summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-02-13 16:30:13 +0100
committerOndrej Holy <oholy@redhat.com>2021-02-13 16:46:48 +0100
commit9012c36da881818f52e223ce73ad4bb17db3d370 (patch)
tree90d3a46a130d1f6033e2c62c48d7f06e93d6e97e
parent8a8fa329397cd51627bffec78126dcfdba7abd4e (diff)
downloadnautilus-9012c36da881818f52e223ce73ad4bb17db3d370.tar.gz
build: Bump libhandy dependency
Nautilus currenlty crashes with libhandy version older than 1.1.90. Let's bump the dependency to prevent that.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f3e1ca4cb..b6037ed90 100644
--- a/meson.build
+++ b/meson.build
@@ -120,7 +120,7 @@ gmodule = dependency('gmodule-no-export-2.0', version: glib_ver)
gnome_autoar = dependency('gnome-autoar-0', version: '>= 0.3.0')
gnome_desktop = dependency('gnome-desktop-3.0', version: '>= 3.0.0')
gtk = dependency('gtk+-3.0', version: '>= 3.22.27')
-libhandy = dependency('libhandy-1', version: '>= 1.0.0')
+libhandy = dependency('libhandy-1', version: '>= 1.1.90')
libportal = []
if get_option('libportal')
libportal = dependency('libportal', version: '>= 0.3')