mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/rygel: enable gobject-introspection support
If gobject-introspection is selected, add the gobject-introspection package to the dependency list and set the conf opt --enable-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
10d807181a
commit
c89c2234bc
@ -33,6 +33,13 @@ ifeq ($(BR2_PACKAGE_GDK_PIXBUF),y)
|
|||||||
RYGEL_DEPENDENCIES += gdk-pixbuf
|
RYGEL_DEPENDENCIES += gdk-pixbuf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||||
|
RYGEL_CONF_OPTS += --enable-introspection
|
||||||
|
RYGEL_DEPENDENCIES += gobject-introspection
|
||||||
|
else
|
||||||
|
RYGEL_CONF_OPTS += --disable-introspection
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_RYGEL_MEDIA_ENGINE_GSTREAMER1),y)
|
ifeq ($(BR2_PACKAGE_RYGEL_MEDIA_ENGINE_GSTREAMER1),y)
|
||||||
RYGEL_CONF_OPTS += \
|
RYGEL_CONF_OPTS += \
|
||||||
--with-media-engine=gstreamer \
|
--with-media-engine=gstreamer \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user