[PATCH weston 6/7] simple-touch: do not include GL headers

Pekka Paalanen ppaalanen at gmail.com
Tue Oct 16 07:27:21 PDT 2012


since it doesn't use any of them. Fixes a build failure on systems,
where (E)GL headers are in non-standard path.

Signed-off-by: Pekka Paalanen <ppaalanen at gmail.com>
---
 clients/simple-touch.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/clients/simple-touch.c b/clients/simple-touch.c
index fa248f5..dafb58b 100644
--- a/clients/simple-touch.c
+++ b/clients/simple-touch.c
@@ -29,9 +29,7 @@
 #include <unistd.h>
 #include <sys/mman.h>
 
-#include <GLES2/gl2.h>
 #include <wayland-client.h>
-#include <wayland-egl.h>
 #include "../shared/os-compatibility.h"
 
 struct touch {
-- 
1.7.8.6



More information about the wayland-devel mailing list