summaryrefslogtreecommitdiff
path: root/clients/simple-egl.c
diff options
context:
space:
mode:
authorPekka Paalanen <pq@iki.fi>2018-11-17 14:48:04 +0200
committerPekka Paalanen <pq@iki.fi>2018-12-09 12:13:36 +0200
commit9d771fc506bc8448aea778098d3c992f03a11002 (patch)
treec66616b3049981d764f7cc28058d7ae5cf72b61b /clients/simple-egl.c
parent51c9b0e2c42ec432f223330f5e215535eb6240c4 (diff)
downloadweston-9d771fc506bc8448aea778098d3c992f03a11002.tar.gz
clients/simple-egl: include weston-egl-ext.h correctly
weston-egl-ext.h was moved to shared/ in ffff92d592e1635a7ee4511ad3e080f7576553bd Use the correct include path, so that Meson build does not need to add ../shared to the include path just for this. Signed-off-by: Pekka Paalanen <pq@iki.fi>
Diffstat (limited to 'clients/simple-egl.c')
-rw-r--r--clients/simple-egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/simple-egl.c b/clients/simple-egl.c
index a1e57aef..779797f5 100644
--- a/clients/simple-egl.c
+++ b/clients/simple-egl.c
@@ -50,7 +50,7 @@
#include "shared/helpers.h"
#include "shared/platform.h"
-#include "weston-egl-ext.h"
+#include "shared/weston-egl-ext.h"
struct window;
struct seat;