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>
This commit is contained in:
parent
51c9b0e2c4
commit
9d771fc506
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
#include "shared/helpers.h"
|
#include "shared/helpers.h"
|
||||||
#include "shared/platform.h"
|
#include "shared/platform.h"
|
||||||
#include "weston-egl-ext.h"
|
#include "shared/weston-egl-ext.h"
|
||||||
|
|
||||||
struct window;
|
struct window;
|
||||||
struct seat;
|
struct seat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user