mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-09 22:40:15 +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>
This commit is contained in:
parent
940658e1b7
commit
8edae4feb6
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ configure_file(input : 'tools/libinput-measure-trackpoint-range.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