forked from pool/meson
8ba18e34f7
- Add meson-disable-untested-code.patch: meson has code in the test suite that assumes different behaviour between glib 2.51.5 (rc) and 2.52.0 (final); this must be a wrong assumption to start with and the test suite fails with 2.52.20. When this was added by upstream 4 months before glib-2.52.0 was released, there must have been no way at all to test this. We revert back to a state like with the previous glib verison, where this test was simply skipped (gh#mesonbuild/meson#1480). OBS-URL: https://build.opensuse.org/request/show/481274 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=35
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
|