summaryrefslogtreecommitdiffstats
path: root/common
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 /common
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 'common')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index e5b8f2b9..901a47f9 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,5 +1,6 @@
1include_directories( 1include_directories(
2 ${WLC_INCLUDE_DIRS} 2 ${WLC_INCLUDE_DIRS}
3 ${XKBCOMMON_INCLUDE_DIRS}
3) 4)
4 5
5add_library(sway-common 6add_library(sway-common