From 9d771fc506bc8448aea778098d3c992f03a11002 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Sat, 17 Nov 2018 14:48:04 +0200 Subject: [PATCH] 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 --- clients/simple-egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;