summaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2016-04-28 14:37:35 -0400
committerDrew DeVault <[email protected]>2016-04-28 14:37:35 -0400
commit17543d3e00ce6d185a226abf9aa3322bc1460607 (patch)
tree0707fbc4353bc7d233cb1bacd7052e021ad40850 /wayland
parent89af3f78b2cce23953d4c67603bbc1d09b980bcc (diff)
parent1124e78dda3e5c77fdd5ec5b8f6a45ce644aaa06 (diff)
Merge pull request #610 from sleep-walker/master
CMake related improvements
Diffstat (limited to 'wayland')
-rw-r--r--wayland/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/wayland/CMakeLists.txt b/wayland/CMakeLists.txt
index 282ea1aa..54fe3e23 100644
--- a/wayland/CMakeLists.txt
+++ b/wayland/CMakeLists.txt
@@ -2,9 +2,10 @@ include_directories(
${PROTOCOLS_INCLUDE_DIRS}
${PANGO_INCLUDE_DIRS}
${XKBCOMMON_INCLUDE_DIRS}
+ ${WAYLAND_INCLUDE_DIR}
)
-add_library(sway-wayland
+add_library(sway-wayland STATIC
buffers.c
pango.c
registry.c