|
@@ -15,9 +15,14 @@ GUPNP_DLNA_LICENSE_FILES = COPYING
|
|
|
GUPNP_DLNA_INSTALL_STAGING = YES
|
|
|
GUPNP_DLNA_DEPENDENCIES = host-pkgconf libglib2 libxml2
|
|
|
|
|
|
-GUPNP_DLNA_CONF_OPTS = \
|
|
|
- --disable-introspection \
|
|
|
- --disable-legacy-gstreamer-metadata-backend
|
|
|
+GUPNP_DLNA_CONF_OPTS = --disable-legacy-gstreamer-metadata-backend
|
|
|
+
|
|
|
+ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
|
|
+GUPNP_DLNA_CONF_OPTS += --enable-introspection
|
|
|
+GUPNP_DLNA_DEPENDENCIES += host-vala gobject-introspection
|
|
|
+else
|
|
|
+GUPNP_DLNA_CONF_OPTS += --disable-introspection
|
|
|
+endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
|
|
GUPNP_DLNA_CONF_OPTS += --enable-gstreamer-metadata-backend
|