diff --git a/CMakeLists.txt b/CMakeLists.txt index db019083f..d53dcd253 100644 --- 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 index d23c80b07..41d80d9cb 100644 --- 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