We don't check for xcb or x11 so these two are undefined(empty).
The check for x11-xcb is independent and has nothing to do with
setting up these two.

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
 src/waffle/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/waffle/CMakeLists.txt b/src/waffle/CMakeLists.txt
index 0a84e60..f126fac 100644
--- a/src/waffle/CMakeLists.txt
+++ b/src/waffle/CMakeLists.txt
@@ -40,9 +40,7 @@ set(waffle_libdeps
     ${libudev_LDFLAGS}
     ${wayland-client_LDFLAGS}
     ${wayland-egl_LDFLAGS}
-    ${x11_LDFLAGS}
     ${x11-xcb_LDFLAGS}
-    ${xcb_LDFLAGS}
     ${THREADS_LIBRARIES}
     )
 
-- 
2.0.2

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to