[Spice-devel] [PATCH v2 2/3] jhbuildrc: fix autogen flags for cmake
Kirill Moizik
kirill at daynix.com
Sun May 10 08:47:32 PDT 2015
From: Kirill Moizik <kmoizik at redhat.com>
cmake autogen can not be run with --disable-introspection flag
Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
---
jhbuildrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/jhbuildrc b/jhbuildrc
index 403ef43..773a205 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -19,3 +19,4 @@ modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-gtk3", "virt-viewer-gtk3" ]
#altogether
global autogenargs
autogenargs = autogenargs + ' --disable-introspection'
+module_autogenargs['cmake'] = ''
--
1.9.5 (Apple Git-50.3)
More information about the Spice-devel
mailing list