summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2017-10-26 15:04:58 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-01 11:09:51 +0000
commit10ae17df0798417da3b870a10671a4dee4156d19 (patch)
tree61e86968f25df996b8cf70c35f40cecaca465d0f
parent22f9f3a52963371fc3be48a7ee0c78d6ccc53044 (diff)
Remove unnecessary dependency
wayland-client is not used in this library (used in binder agl-service-windowmanager-2017) Bug-AGL: SPEC-1000 Change-Id: I5d5f0cafa79a09e9b34b1d81708c860b4c07a269 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8397e92..322e574 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,8 +26,6 @@ set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE
find_package(PkgConfig REQUIRED)
include(GNUInstallDirs)
-pkg_check_modules(WLC wayland-client>=1.11.0 REQUIRED)
-
# Should modernize the following somehow...
set(ENABLE_SCOPE_TRACING OFF CACHE BOOL "Enable scope enter/leave messages for certain parts of the code.")
if(ENABLE_SCOPE_TRACING)