[PATCH] Use relative include for weston-egl-ext.h from clients/
Tomeu Vizoso
tomeu at tomeuvizoso.net
Tue Aug 13 00:08:17 PDT 2013
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
More information about the wayland-devel
mailing list