From 468ddfb34dd16408ae068f0fb922c75c13df2ef3 Mon Sep 17 00:00:00 2001 From: Tomáš Čech Date: Thu, 28 Apr 2016 20:08:41 +0200 Subject: 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. --- wayland/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'wayland') 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 -- cgit v1.2.3-54-g00ecf