[gnome-software/mwleeds/add-glib-testing-required-version] epiphany: Specify needed version of libglib-testing




commit 792c8027faddc3d5808955bae1fe152047921c59
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Thu Jun 2 11:29:35 2022 -0700

    epiphany: Specify needed version of libglib-testing
    
    We need 0.1.1 for
    https://gitlab.gnome.org/pwithnall/libglib-testing/-/merge_requests/12

 plugins/epiphany/meson.build | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/plugins/epiphany/meson.build b/plugins/epiphany/meson.build
index 1ae98eb6f..cb6d981d6 100644
--- a/plugins/epiphany/meson.build
+++ b/plugins/epiphany/meson.build
@@ -76,7 +76,10 @@ if get_option('tests')
     ],
     dependencies : [
       plugin_libs,
-      dependency('glib-testing-0', fallback: ['libglib-testing', 'libglib_testing_dep']),
+      dependency(
+        'glib-testing-0',
+        fallback: ['libglib-testing', 'libglib_testing_dep'],
+        version: '>= 0.1.1'),
     ],
     link_with : [
       libgnomesoftware,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]