mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
package/gupnp: add optional dependency for gobject-introspection
If gobject-introspection is selected, explicitly set --enable-introspection in the configure options and add a dependency for gobject-introspection. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
5b1ac28833
commit
018fcafb54
@@ -12,6 +12,12 @@ 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 = --disable-introspection
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
GUPNP_CONF_OPTS += --enable-introspection
|
||||
GUPNP_DEPENDENCIES += gobject-introspection
|
||||
else
|
||||
GUPNP_CONF_OPTS += --disable-introspection
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user