mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/gupnp: needs host-vala for introspection
Introspection support in gupnp is handled by way of vala tools and vala bindings. Even though host-vala is already a transitive dependency via gssdp, add it to gupnp for correctness sake; also explicitly enable the generation of the vala API, since it is required for 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:
parent
d513e55930
commit
44473d33dd
@ -15,10 +15,10 @@ GUPNP_DEPENDENCIES = host-pkgconf libglib2 libxml2 gssdp util-linux
|
|||||||
GUPNP_CONF_OPTS = -Dexamples=false
|
GUPNP_CONF_OPTS = -Dexamples=false
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||||
GUPNP_CONF_OPTS += -Dintrospection=true
|
GUPNP_CONF_OPTS += -Dintrospection=true -Dvapi=true
|
||||||
GUPNP_DEPENDENCIES += gobject-introspection
|
GUPNP_DEPENDENCIES += host-vala gobject-introspection
|
||||||
else
|
else
|
||||||
GUPNP_CONF_OPTS += -Dintrospection=false
|
GUPNP_CONF_OPTS += -Dintrospection=false -Dvapi=false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(meson-package))
|
$(eval $(meson-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user