diff options
author | 2018-08-22 19:57:51 +0900 | |
---|---|---|
committer | 2018-08-22 19:57:51 +0900 | |
commit | 5d36c79042c3f513392cb765940252acb860b7a9 (patch) | |
tree | 0123da60ebb51941c51231e693d9cfd0692065b5 /CMakeLists.txt | |
parent | 4ba2fdbfb065c971f4a0b9b1dbab8957e7fba38d (diff) |
Start to rework using ilmControl
Change-Id: Icfffea4c0587828f4dd863e9000e8aadb135c048
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e1cee1..7cf640f 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) - macro(wlproto var_basename proto_xml_basename) if("${WLSCAN}" STREQUAL "") find_program(WLSCAN NAMES wayland-scanner) |