[seahorse/gnome-3-38] Fix detection of libhandy-1.
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse/gnome-3-38] Fix detection of libhandy-1.
- Date: Sat, 7 Nov 2020 20:18:06 +0000 (UTC)
commit 92c15a3c136cbe02dcc288d2a9b6074da603b1b7
Author: Antoine Jacoutot <ajacoutot gnome org>
Date: Sat Nov 7 18:46:48 2020 +0100
Fix detection of libhandy-1.
$ pkg-config --modversion libhandy-1.0
$ echo $?
1
$ pkg-config --modversion libhandy-1
1.0.1
(cherry picked from commit d7632ee9322c65840e63405f14b35b8c93c243b9)
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 91febb42..1c9885bd 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ glib_deps = [
dependency('gmodule-2.0', version: '>=' + min_glib_version),
]
gtk = dependency('gtk+-3.0', version: '>= 3.22.0')
-libhandy_dep = dependency('libhandy-1.0', version: '>= 1.0.0', required: false)
+libhandy_dep = dependency('libhandy-1', version: '>= 1.0.0', required: false)
if not libhandy_dep.found()
libhandy_subproj = subproject(
'libhandy',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]