clients/simple-egl: include weston-egl-ext.h correctly

weston-egl-ext.h was moved to shared/ in
ffff92d592

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:
Pekka Paalanen 2018-11-17 14:48:04 +02:00
parent 51c9b0e2c4
commit 9d771fc506
1 changed files with 1 additions and 1 deletions

View File

@ -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;