aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarcĂ­sio Eduardo Moreira Crocomo <tarcisioe@pm.me>2024-07-04 18:00:47 -0300
committerSimon Ser <contact@emersion.fr>2024-07-04 23:03:38 +0200
commit3d0055203583d576ec1dec5a22f25ddf9a53b8ec (patch)
tree449fff6e596b5e9fb2724722730e42fcb453cd19
parent5be5a5005164d3ccff844f4c72836cb49cbf784a (diff)
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')
gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf'))
pixman = dependency('pixman-1')
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
drm = dependency('libdrm')
libudev = wlroots_features['libinput_backend'] ? dependency('libudev') : null_dep