mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
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> (cherry picked from commit adfb36c07d2cd8da690b0c64612021bc00099361) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ef91a41f60
commit
101f058ace
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user