[nautilus/wip/oholy/release-fixes: 1/3] build: Bump libhandy dependency
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/release-fixes: 1/3] build: Bump libhandy dependency
- Date: Sat, 13 Feb 2021 15:36:01 +0000 (UTC)
commit 2c0f818b7f6e83d5ac629bb11b6a5c338a9dbe97
Author: Ondrej Holy <oholy redhat com>
Date: Sat Feb 13 16:30:13 2021 +0100
build: Bump libhandy dependency
Nautilus currenlty crashes with libhandy version older than 1.1.90.
Let's bump the dependency to prevent that.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]