forked from pool/meson
14 lines
693 B
Diff
14 lines
693 B
Diff
|
Index: meson-0.39.1/test cases/frameworks/7 gnome/resources/meson.build
|
||
|
===================================================================
|
||
|
--- meson-0.39.1.orig/test cases/frameworks/7 gnome/resources/meson.build
|
||
|
+++ meson-0.39.1/test cases/frameworks/7 gnome/resources/meson.build
|
||
|
@@ -29,7 +29,7 @@ gnome.compile_resources('simple-resource
|
||
|
)
|
||
|
test('simple resource test (gresource)', find_program('resources.py'))
|
||
|
|
||
|
-if glib.version() >= '2.52.0'
|
||
|
+if glib.version() >= '9.99.9'
|
||
|
# This test cannot pass if GLib version is older than 9.99.9.
|
||
|
# Meson will raise an error if the user tries to use the 'dependencies'
|
||
|
# argument and the version of GLib is too old for generated resource
|