mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/libmediaart: 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:
committed by
Yann E. MORIN
parent
3915e17e77
commit
10d807181a
@@ -33,4 +33,11 @@ LIBMEDIAART_CONF_OPTS += \
|
||||
--disable-qt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
LIBMEDIAART_CONF_OPTS += --enable-introspection
|
||||
LIBMEDIAART_DEPENDENCIES += gobject-introspection
|
||||
else
|
||||
LIBMEDIAART_CONF_OPTS += --disable-introspection
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user