summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2023-04-22 21:48:29 +0100
committerAntónio Fernandes <antoniof@gnome.org>2023-04-22 21:54:36 +0100
commitee1d823737518a28eec51e330564cace3bf5fcd9 (patch)
treea602ddb19891bd625b4a8223a99b3167c25c4f69
parentf1bb8e43010f7eadec10e95f773333749615f72b (diff)
downloadnautilus-ee1d823737518a28eec51e330564cace3bf5fcd9.tar.gz
build: Bump gtk depencency micro version
It includes the GTK bugfix mentioned in 2e10ed11d960cb6343719d680e29d742dc86d664 As we have removed the workaround, we cannot accept a GTK version without that bugfix, because that would cause a regression. And we can't restore the workaround either, because it misbehaves when using the fixed GTK version. This leaves us with no other choice than requiring the fixed GTK version.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e61d3ed94..de4554e7a 100644
--- a/meson.build
+++ b/meson.build
@@ -104,7 +104,7 @@ glib = dependency('glib-2.0', version: glib_ver)
gmodule = dependency('gmodule-no-export-2.0', version: glib_ver)
gnome_autoar = dependency('gnome-autoar-0', version: '>= 0.4.4')
gnome_desktop = dependency('gnome-desktop-4', version: '>= 43')
-gtk = dependency('gtk4', version: '>= 4.9.1')
+gtk = dependency('gtk4', version: '>= 4.10.3')
libadwaita = dependency('libadwaita-1', version: '>= 1.3.0')
libportal = dependency('libportal', version: '>= 0.5')
libportal_gtk4 = dependency('libportal-gtk4', version: '>= 0.5')