mirror of
https://github.com/swaywm/sway.git
synced 2024-11-09 18:03:14 +00:00
build: bump libinput version required
This commit is contained in:
parent
5be5a50051
commit
3d00552035
|
@ -72,7 +72,7 @@ pangocairo = dependency('pangocairo')
|
||||||
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
|
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
|
||||||
pixman = dependency('pixman-1')
|
pixman = dependency('pixman-1')
|
||||||
libevdev = dependency('libevdev')
|
libevdev = dependency('libevdev')
|
||||||
libinput = wlroots_features['libinput_backend'] ? dependency('libinput', version: '>=1.21.0') : null_dep
|
libinput = wlroots_features['libinput_backend'] ? dependency('libinput', version: '>=1.26.0') : null_dep
|
||||||
xcb = wlroots_features['xwayland'] ? dependency('xcb') : null_dep
|
xcb = wlroots_features['xwayland'] ? dependency('xcb') : null_dep
|
||||||
drm = dependency('libdrm')
|
drm = dependency('libdrm')
|
||||||
libudev = wlroots_features['libinput_backend'] ? dependency('libudev') : null_dep
|
libudev = wlroots_features['libinput_backend'] ? dependency('libudev') : null_dep
|
||||||
|
|
Loading…
Reference in a new issue