mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Fixed oversights in libinput configuration
This commit is contained in:
parent
6c6d0214b4
commit
e4b603a082
9 changed files with 19 additions and 5 deletions
|
|
@ -25,6 +25,7 @@ cc = meson.get_compiler('c')
|
|||
# Adding include directory
|
||||
inc_dir = include_directories('include')
|
||||
|
||||
libevdev = dependency('libevdev')
|
||||
libinput = dependency('libinput', version: '>=1.21.0')
|
||||
libxml2 = dependency('libxml-2.0')
|
||||
wlroots = dependency('wlroots', version: '>=0.16.0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue