package/network-manager: disable introspection

Build will fail if gobject-introspection is built before network-manager
but python-gobject is not:

configure: error: "--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)

To avoid this build failure and because we don't need documentation,
just disable introspection

Fixes:
 - http://autobuild.buildroot.org/results/d3b1bc2fa7559e66465033c455176761d6e184d1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2020-07-15 22:34:42 +02:00 committed by Thomas Petazzoni
parent ba9139334d
commit adfb36c07d

View File

@ -23,6 +23,7 @@ NETWORK_MANAGER_CONF_ENV = \
ac_cv_file__etc_SuSE_release=no
NETWORK_MANAGER_CONF_OPTS = \
--disable-introspection \
--disable-tests \
--disable-qt \
--disable-more-warnings \