From 10ae17df0798417da3b870a10671a4dee4156d19 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 26 Oct 2017 15:04:58 +0900 Subject: 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 --- CMakeLists.txt | 2 -- 1 file changed, 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) -- cgit 1.2.3-korg