[PATCH weston 08/10] weston-test: fix build when mesa egl extensions are not defined

rawoul at gmail.com rawoul at gmail.com
Mon Aug 25 11:56:50 PDT 2014


From: Arnaud Vrac <avrac at freebox.fr>

---
 tests/weston-test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/weston-test.c b/tests/weston-test.c
index f1e45c1..5c6fd47 100644
--- a/tests/weston-test.c
+++ b/tests/weston-test.c
@@ -33,6 +33,7 @@
 #ifdef ENABLE_EGL
 #include <EGL/egl.h>
 #include <EGL/eglext.h>
+#include "../src/weston-egl-ext.h"
 #endif /* ENABLE_EGL */
 
 struct weston_test {
-- 
1.9.1



More information about the wayland-devel mailing list