package/network-manager: disable introspection
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 15 Jul 2020 20:34:42 +0000 (22:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 15 Jul 2020 21:38:25 +0000 (23:38 +0200)
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>
package/network-manager/network-manager.mk

index c5749c857c246cc69fc09f5871a982e45ed0d44e..3dc3188f32848b0b765f0df81cb8f9b35da4e555 100644 (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 \