]> git.pld-linux.org Git - packages/gupnp-tools.git/blame - gupnp-tools-meson.patch
- updated to 0.10.0 (for gssdp/gupnp 1.2.x)
[packages/gupnp-tools.git] / gupnp-tools-meson.patch
CommitLineData
6dd974c4
JB
1--- gupnp-tools-0.10.0/src/common/meson.build.orig 2019-03-29 20:09:19.000000000 +0100
2+++ gupnp-tools-0.10.0/src/common/meson.build 2019-04-17 17:14:21.022029404 +0200
3@@ -1,7 +1,8 @@
4 util_resource = gnome.compile_resources('common-resource',
5 join_paths(resource_data, 'org.gupnp.Tools.Common.gresource.xml'),
6 source_dir : resource_data,
7- extra_args : ['--manual-register', '--c-name', 'gupnp_tools_common']
8+ extra_args : ['--manual-register'],
9+ c_name: 'gupnp_tools_common'
10 )
11
12 libutil = static_library('util', ['icons.c', 'icons.h', 'pretty-print.c', 'pretty-print.h'] + util_resource,
This page took 0.032911 seconds and 4 git commands to generate.