This unbreaks building in a separate directory --- 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 4eeba02..2548a30 100644 --- a/clients/simple-egl.c +++ b/clients/simple-egl.c @@ -38,7 +38,7 @@ #include <EGL/egl.h> #include <EGL/eglext.h> -#include <src/weston-egl-ext.h> +#include <../src/weston-egl-ext.h> #ifndef EGL_EXT_swap_buffers_with_damage #define EGL_EXT_swap_buffers_with_damage 1 -- 1.8.3.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
