summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-04-28 20:08:41 +0200
committerFurkan Sahin <furkan-dev@proton.me>2016-04-28 20:08:41 +0200
commit9881e1467b11f0b6dd90c7489909ddec4d7c9a91 (patch)
tree3206959421a4ee43c2cba8ebb2856ed5cc55e84e /protocols
parentc732235db04475c6bfaf172d8797bc243530a240 (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})