aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-19 17:05:09 -0500
committerDrew DeVault <sir@cmpwn.com>2017-11-19 17:05:25 -0500
commitc301b14a42c007bf3b69fef6053fa2466e201309 (patch)
treee4c0bb6f2468c5dfa2b85615ef6ef6151f4501e4 /CMakeLists.txt
parentdb4fb1c85c132e001fb1ae18f03f7585def1ae19 (diff)
Remove wlc dependency
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b53670b6..9580e15d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,6 @@ endif()
find_package(JsonC 0.12.1 REQUIRED)
find_package(PCRE REQUIRED)
-find_package(WLC REQUIRED)
find_package(Wlroots REQUIRED)
find_package(Wayland REQUIRED)
find_package(XKBCommon REQUIRED)