package/gcr: fix introspection option
introspection option was wrongly named --with-introspection instead of
--enable-introspection since commit
d4e7c720aa:
configure: WARNING: unrecognized options: --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --with-introspection
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit a0a59c6451ec5ac75c277f186de2655196a1fe6c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0eadf4f0ac
commit
f130b98997
@@ -25,9 +25,9 @@ GCR_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
GCR_DEPENDENCIES += gobject-introspection host-libxslt
|
||||
GCR_CONF_OPTS += --with-introspection
|
||||
GCR_CONF_OPTS += --enable-introspection
|
||||
else
|
||||
GCR_CONF_OPTS += --without-introspection
|
||||
GCR_CONF_OPTS += --disable-introspection
|
||||
endif
|
||||
|
||||
# Only the X11 backend is supported for the simple GUI
|
||||
|
||||
Reference in New Issue
Block a user