package/gupnp: disable examples
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 29 Mar 2020 21:01:10 +0000 (23:01 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 29 Mar 2020 21:16:14 +0000 (23:16 +0200)
Disable examples through the new meson option (they are enabled by
default)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/gupnp/gupnp.mk

index 612359ba555c1b9ea72fe16c1b61fb045fda1c29..66a6e76574b8e97db9ad19f92a9a660c6c64ad0f 100644 (file)
@@ -12,6 +12,7 @@ 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
 
 ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
 GUPNP_CONF_OPTS += -Dintrospection=true