package/json-glib: enable gobject-introspection support
If gobject-introspection is selected, add the gobject-introspection package to the dependency list and set the conf opt -Dintrospection=true. 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
e9dca17bb5
commit
c4ed7dd450
@ -17,7 +17,12 @@ JSON_GLIB_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
libglib2
|
||||
|
||||
JSON_GLIB_CONF_OPTS = -Dintrospection=false
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
JSON_GLIB_CONF_OPTS += -Dintrospection=true
|
||||
JSON_GLIB_DEPENDENCIES += gobject-introspection
|
||||
else
|
||||
JSON_GLIB_CONF_OPTS += -Dintrospection=false
|
||||
endif
|
||||
|
||||
JSON_GLIB_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user