aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar TarcĂ­sio Eduardo Moreira Crocomo <tarcisioe@pm.me>2024-07-04 18:00:47 -0300
committerLibravatar Simon Ser <contact@emersion.fr>2024-07-04 23:03:38 +0200
commit3d0055203583d576ec1dec5a22f25ddf9a53b8ec (patch)
tree449fff6e596b5e9fb2724722730e42fcb453cd19
parentImplement clickfinger_button_map support. (diff)
downloadsway-3d0055203583d576ec1dec5a22f25ddf9a53b8ec.tar.gz
sway-3d0055203583d576ec1dec5a22f25ddf9a53b8ec.tar.zst
sway-3d0055203583d576ec1dec5a22f25ddf9a53b8ec.zip
build: bump libinput version required
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index eb66506a..c602d008 100644
--- a/meson.build
+++ b/meson.build
@@ -72,7 +72,7 @@ pangocairo = dependency('pangocairo')
72gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf')) 72gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
73pixman = dependency('pixman-1') 73pixman = dependency('pixman-1')
74libevdev = dependency('libevdev') 74libevdev = dependency('libevdev')
75libinput = wlroots_features['libinput_backend'] ? dependency('libinput', version: '>=1.21.0') : null_dep 75libinput = wlroots_features['libinput_backend'] ? dependency('libinput', version: '>=1.26.0') : null_dep
76xcb = wlroots_features['xwayland'] ? dependency('xcb') : null_dep 76xcb = wlroots_features['xwayland'] ? dependency('xcb') : null_dep
77drm = dependency('libdrm') 77drm = dependency('libdrm')
78libudev = wlroots_features['libinput_backend'] ? dependency('libudev') : null_dep 78libudev = wlroots_features['libinput_backend'] ? dependency('libudev') : null_dep