[PATCH weston 02/10] nested: compile when system egl header does not export wayland extensions
rawoul at gmail.com
rawoul at gmail.com
Mon Aug 25 11:56:44 PDT 2014
From: Arnaud Vrac <avrac at freebox.fr>
---
clients/nested.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/clients/nested.c b/clients/nested.c
index f094237..87cb06c 100644
--- a/clients/nested.c
+++ b/clients/nested.c
@@ -45,6 +45,7 @@
#define WL_HIDE_DEPRECATED
#include <wayland-server.h>
+#include "../src/weston-egl-ext.h"
#include "window.h"
#define MIN(x,y) (((x) < (y)) ? (x) : (y))
--
1.9.1
More information about the wayland-devel
mailing list