aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock
diff options
context:
space:
mode:
authorLibravatar Tomáš Čech <sleep_walker@suse.cz>2016-04-28 20:08:41 +0200
committerLibravatar Tomáš Čech <sleep_walker@suse.cz>2016-04-28 20:08:41 +0200
commit468ddfb34dd16408ae068f0fb922c75c13df2ef3 (patch)
tree3206959421a4ee43c2cba8ebb2856ed5cc55e84e /swaylock
parentMerge pull request #606 from mikkeloscar/tabbed-stacking-layout (diff)
downloadsway-468ddfb34dd16408ae068f0fb922c75c13df2ef3.tar.gz
sway-468ddfb34dd16408ae068f0fb922c75c13df2ef3.tar.zst
sway-468ddfb34dd16408ae068f0fb922c75c13df2ef3.zip
Fix missing include paths
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
Diffstat (limited to 'swaylock')
-rw-r--r--swaylock/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/swaylock/CMakeLists.txt b/swaylock/CMakeLists.txt
index b290cd2f..febbd1af 100644
--- a/swaylock/CMakeLists.txt
+++ b/swaylock/CMakeLists.txt
@@ -1,10 +1,11 @@
1include_directories( 1include_directories(
2 ${PROTOCOLS_INCLUDE_DIRS} 2 ${PROTOCOLS_INCLUDE_DIRS}
3 ${WAYLAND_CLIENT_INCLUDE_DIR} 3 ${WAYLAND_INCLUDE_DIR}
4 ${CAIRO_INCLUDE_DIRS} 4 ${CAIRO_INCLUDE_DIRS}
5 ${PANGO_INCLUDE_DIRS} 5 ${PANGO_INCLUDE_DIRS}
6 ${PAM_INCLUDE_DIRS} 6 ${PAM_INCLUDE_DIRS}
7 ${JSONC_INCLUDE_DIRS} 7 ${JSONC_INCLUDE_DIRS}
8 ${XKBCOMMON_INCLUDE_DIRS}
8) 9)
9 10
10add_executable(swaylock 11add_executable(swaylock