--- src/common/meson.build.orig 2019-08-12 16:06:36.856757561 +0000 +++ src/common/meson.build 2019-08-12 16:11:13.056763448 +0000 @@ -1,7 +1,9 @@ util_resource = gnome.compile_resources('common-resource', join_paths(resource_data, 'org.gupnp.Tools.Common.gresource.xml'), + c_name : 'gupnp_tools_common', + export : true, source_dir : resource_data, - extra_args : ['--manual-register', '--c-name', 'gupnp_tools_common'] + extra_args : ['--manual-register'] ) libutil = static_library('util', ['icons.c', 'icons.h', 'pretty-print.c', 'pretty-print.h'] + util_resource,