This seems to be triggering failures on armel and armhf. Second-guessing
GResource seems to be more trouble than it's worth.
Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4617
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: no
Gbp-Pq: Topic debian
Gbp-Pq: Name Disable-optimized-GResource-embedding.patch
ld = find_program('ld', required : false)
-if build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found()
+if false
glib_compile_resources = find_program('glib-compile-resources')
# Create the resource blob
ld = find_program('ld', required : false)
-if build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found()
+if false
glib_compile_resources = find_program('glib-compile-resources')
# Create the resource blob
ld = find_program('ld', required : false)
-if not meson.is_cross_build() and build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found()
+if false
glib_compile_resources = find_program('glib-compile-resources')
# Create the resource blob