mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
libinput
This commit is contained in:
parent
fe241126bb
commit
28081b7689
16 changed files with 727 additions and 3 deletions
|
|
@ -57,6 +57,9 @@ find_package(Pango)
|
|||
find_package(GdkPixbuf)
|
||||
find_package(PAM)
|
||||
|
||||
find_package(LibInput REQUIRED)
|
||||
include_directories(${LIBINPUT_INClUDE_DIRS})
|
||||
|
||||
find_package(Backtrace)
|
||||
if(Backtrace_FOUND)
|
||||
include_directories("${Backtrace_INCLUDE_DIRS}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue