diff options
| author | Tomáš Čech <sleep_walker@suse.cz> | 2016-04-28 20:08:41 +0200 |
|---|---|---|
| committer | Tomáš Čech <sleep_walker@suse.cz> | 2016-04-28 20:08:41 +0200 |
| commit | 468ddfb34dd16408ae068f0fb922c75c13df2ef3 (patch) | |
| tree | 3206959421a4ee43c2cba8ebb2856ed5cc55e84e /wayland | |
| parent | 89af3f78b2cce23953d4c67603bbc1d09b980bcc (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 'wayland')
| -rw-r--r-- | wayland/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/CMakeLists.txt b/wayland/CMakeLists.txt index 282ea1aa..df92db9e 100644 --- a/wayland/CMakeLists.txt +++ b/wayland/CMakeLists.txt @@ -2,6 +2,7 @@ include_directories( ${PROTOCOLS_INCLUDE_DIRS} ${PANGO_INCLUDE_DIRS} ${XKBCOMMON_INCLUDE_DIRS} + ${WAYLAND_INCLUDE_DIR} ) add_library(sway-wayland |
