aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-11 21:04:56 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-11 09:08:50 -0500
commit6edc32848f67fe3ea370e12b64019cef6c137840 (patch)
tree9f5fb4021a3ebe8686d0d4acd3e4ba0d3bca5ee7 /CMakeLists.txt
parentMerge pull request #1455 from etam/dbus_dependency (diff)
downloadsway-6edc32848f67fe3ea370e12b64019cef6c137840.tar.gz
sway-6edc32848f67fe3ea370e12b64019cef6c137840.tar.zst
sway-6edc32848f67fe3ea370e12b64019cef6c137840.zip
Find and link to wlroots
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc521570..34098eb3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,6 +62,7 @@ endif()
62find_package(JsonC 0.12.1 REQUIRED) 62find_package(JsonC 0.12.1 REQUIRED)
63find_package(PCRE REQUIRED) 63find_package(PCRE REQUIRED)
64find_package(WLC REQUIRED) 64find_package(WLC REQUIRED)
65find_package(Wlroots REQUIRED)
65find_package(Wayland REQUIRED) 66find_package(Wayland REQUIRED)
66find_package(XKBCommon REQUIRED) 67find_package(XKBCommon REQUIRED)
67find_package(Cairo REQUIRED) 68find_package(Cairo REQUIRED)