mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/gssdp: add optional dependency for gobject-introspection
If gobject-introspection is selected, explicitly set -Dintrospection=true 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:
parent
22baac54ef
commit
5b1ac28833
@ -14,9 +14,15 @@ GSSDP_INSTALL_STAGING = YES
|
|||||||
GSSDP_DEPENDENCIES = host-pkgconf libglib2 libsoup
|
GSSDP_DEPENDENCIES = host-pkgconf libglib2 libsoup
|
||||||
GSSDP_CONF_OPTS = \
|
GSSDP_CONF_OPTS = \
|
||||||
-Dexamples=false \
|
-Dexamples=false \
|
||||||
-Dintrospection=false \
|
|
||||||
-Dvapi=false
|
-Dvapi=false
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||||
|
GSSDP_CONF_OPTS += -Dintrospection=true
|
||||||
|
GSSDP_DEPENDENCIES += gobject-introspection
|
||||||
|
else
|
||||||
|
GSSDP_CONF_OPTS += -Dintrospection=false
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
||||||
GSSDP_DEPENDENCIES += libgtk3
|
GSSDP_DEPENDENCIES += libgtk3
|
||||||
GSSDP_CONF_OPTS += -Dsniffer=true
|
GSSDP_CONF_OPTS += -Dsniffer=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user