aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorTomáš Čech <sleep_walker@suse.cz>2016-04-28 20:08:41 +0200
committerTomáš Čech <sleep_walker@suse.cz>2016-04-28 20:08:41 +0200
commit468ddfb34dd16408ae068f0fb922c75c13df2ef3 (patch)
tree3206959421a4ee43c2cba8ebb2856ed5cc55e84e /protocols
parent89af3f78b2cce23953d4c67603bbc1d09b980bcc (diff)
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 'protocols')
-rw-r--r--protocols/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt
index d7516d0c..0ff7c704 100644
--- a/protocols/CMakeLists.txt
+++ b/protocols/CMakeLists.txt
@@ -31,3 +31,4 @@ add_library(sway-protocols
)
set(PROTOCOLS_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/protocols PARENT_SCOPE)
+INCLUDE_DIRECTORIES(${WAYLAND_INCLUDE_DIR} ${XKBCOMMON_INCLUDE_DIRS})