diff --git a/gtk/meson.build b/gtk/meson.build index 3a8457ada7..987835ff9d 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -942,7 +942,8 @@ if not meson.is_cross_build() and build_machine.cpu_family() != 'arm' and build_ output : 'gtkresources_blob2.o', command : [objcopy, '--strip-all', - '--add-symbol','_gtk_resource_data=.data:0', + '--rename-section', '.data=.gresource.gtk', + '--add-symbol','_gtk_resource_data=.gresource.gtk:0', '@INPUT@', '@OUTPUT@'])