mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 00:20:14 +01:00
meson: require GTK 3.20
For GDK_SEAT_CAPABILITY_ALL_POINTING
https://bugs.freedesktop.org/show_bug.cgi?id=103462
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 8edae4feb6)
This commit is contained in:
parent
eea8888153
commit
7cfb0c7e29
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ configure_file(input : 'tools/libinput-measure-touchpad-tap.man',
|
|||
)
|
||||
|
||||
if get_option('debug-gui')
|
||||
dep_gtk = dependency('gtk+-3.0')
|
||||
dep_gtk = dependency('gtk+-3.0', version : '>= 3.20')
|
||||
dep_cairo = dependency('cairo')
|
||||
dep_glib = dependency('glib-2.0')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue