mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
add libinput as a dependency to meson.build
This commit is contained in:
parent
c765b9883f
commit
695ce28b55
1 changed files with 2 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ xml2 = dependency('libxml-2.0')
|
|||
glib = dependency('glib-2.0')
|
||||
cairo = dependency('cairo')
|
||||
pangocairo = dependency('pangocairo')
|
||||
input = dependency('libinput', version: '>=1.14')
|
||||
|
||||
if get_option('xwayland').enabled() and not wlroots_has_xwayland
|
||||
error('no wlroots Xwayland support')
|
||||
|
|
@ -62,7 +63,7 @@ subdir('protocols')
|
|||
|
||||
labwc_deps = [
|
||||
server_protos, wayland_server, wlroots, xkbcommon, xml2, glib,
|
||||
cairo, pangocairo
|
||||
cairo, pangocairo, input
|
||||
]
|
||||
|
||||
subdir('include')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue