[waffle] [PATCH 2/3] cmake: remove empty LDFLAGS
Emil Velikov
emil.l.velikov at gmail.com
Thu Aug 21 12:30:53 PDT 2014
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.velikov at 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
More information about the waffle
mailing list