aboutsummaryrefslogtreecommitdiffstats
path: root/sway
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 /sway
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 'sway')
-rw-r--r--sway/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index 48f7a7a8..67af0f70 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -1,6 +1,7 @@
1include_directories( 1include_directories(
2 ${PROTOCOLS_INCLUDE_DIRS} 2 ${PROTOCOLS_INCLUDE_DIRS}
3 ${WLC_INCLUDE_DIRS} 3 ${WLC_INCLUDE_DIRS}
4 ${WLR_INCLUDE_DIRS}
4 ${PCRE_INCLUDE_DIRS} 5 ${PCRE_INCLUDE_DIRS}
5 ${JSONC_INCLUDE_DIRS} 6 ${JSONC_INCLUDE_DIRS}
6 ${XKBCOMMON_INCLUDE_DIRS} 7 ${XKBCOMMON_INCLUDE_DIRS}
@@ -48,6 +49,7 @@ target_link_libraries(sway
48 sway-protocols 49 sway-protocols
49 sway-wayland 50 sway-wayland
50 ${WLC_LIBRARIES} 51 ${WLC_LIBRARIES}
52 ${WLR_LIBRARIES}
51 ${XKBCOMMON_LIBRARIES} 53 ${XKBCOMMON_LIBRARIES}
52 ${PCRE_LIBRARIES} 54 ${PCRE_LIBRARIES}
53 ${JSONC_LIBRARIES} 55 ${JSONC_LIBRARIES}