sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 4cbb09d566bfe97263c3ef2e46ac233293b448a7
parent 701855fee5e63d73120c40e08f57096f7c584707
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date:   Fri, 22 Jan 2016 05:17:33 +0100

cmake: fix libinput include dirs

Diffstat:
MCMakeLists.txt | 1-
Msway/CMakeLists.txt | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -59,7 +59,6 @@ find_package(GdkPixbuf) find_package(PAM) find_package(LibInput REQUIRED) -include_directories(${LIBINPUT_INClUDE_DIRS}) find_package(Backtrace) if(Backtrace_FOUND) diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt @@ -4,7 +4,7 @@ include_directories( ${PCRE_INCLUDE_DIRS} ${JSONC_INCLUDE_DIRS} ${XKBCOMMON_INCLUDE_DIRS} - ${LIBINPUT_LIBRARIES} + ${LIBINPUT_INCLUDE_DIRS} ) add_executable(sway