summaryrefslogtreecommitdiffstats
path: root/sway/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 18:37:01 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 18:37:01 -0500
commit8577095db77eef62af05fd2acbd9bd2c28b901f6 (patch)
treeca0cd048676ad3c516db717e94103e5b45d41894 /sway/CMakeLists.txt
parentAdd ipc connection feature policy controls (diff)
downloadsway-8577095db77eef62af05fd2acbd9bd2c28b901f6.tar.gz
sway-8577095db77eef62af05fd2acbd9bd2c28b901f6.tar.zst
sway-8577095db77eef62af05fd2acbd9bd2c28b901f6.zip
Check for CAP_SYS_PTRACE
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r--sway/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index 15fa1720..d1afadb6 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -55,6 +55,7 @@ target_link_libraries(sway
55 ${PANGO_LIBRARIES} 55 ${PANGO_LIBRARIES}
56 ${JSONC_LIBRARIES} 56 ${JSONC_LIBRARIES}
57 m 57 m
58 cap
58) 59)
59 60
60install( 61install(