mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 07:48:07 +02:00
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:
parent
51c9b0e2c4
commit
9d771fc506
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue