Skip to content

Commit

Permalink
package/gupnp: switch back to autotools
Browse files Browse the repository at this point in the history
Switch back to autotools to fix static build with rygel (and so reverts
partially commit 66a3fbb
"package/gupnp: bump to version 1.0.4").

Indeed gupnp uses meson's subproject feature for guul which is just
plainly broken on static build with meson, see:
mesonbuild/meson#3934
mesonbuild/meson#3937
mesonbuild/meson#3939

This will fix a build failure with rygel

Fixes:
 - http://autobuild.buildroot.org/results/ebbf96a1be5547e416feb1e96e55986890d0a1de

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
ffontaine authored and tpetazzoni committed Aug 15, 2019
1 parent 0f75f2b commit d597d5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package/gupnp/gupnp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ GUPNP_LICENSE = LGPL-2.0+
GUPNP_LICENSE_FILES = COPYING
GUPNP_INSTALL_STAGING = YES
GUPNP_DEPENDENCIES = host-pkgconf libglib2 libxml2 gssdp util-linux
GUPNP_CONF_OPTS = \
-Dexamples=false \
-Dintrospection=false

$(eval $(meson-package))
$(eval $(autotools-package))

0 comments on commit d597d5a

Please sign in to comment.