diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-07-04 18:00:47 -0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-07-04 18:00:47 -0300 |
| commit | 2f72cb70caca8814d15cc38136394820ae586268 (patch) | |
| tree | 449fff6e596b5e9fb2724722730e42fcb453cd19 | |
| parent | e84c00e219747a441e5a259c3574a56ce35d6a54 (diff) | |
build: bump libinput version required
| -rw-r--r-- | meson.build | 2 |
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 |
