[Spice-devel] [PATCH 3/6] Jhbuild setup: fix config and build flags for modules

Kirill Moizik kirill at daynix.com
Thu Apr 2 08:20:51 PDT 2015


From: Kirill Moizik <kmoizik at redhat.com>

'--disable-introspection' cant be set per all modules otherwise  cmake will not compile,
set it to specific  modules, set build flag for liboil

Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
---
 jhbuildrc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/jhbuildrc b/jhbuildrc
index 90c3b9f..da4e982 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -18,4 +18,9 @@ modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-gtk3", "virt-viewer-gtk3" ]
 #We don't need .gir to build virt-viewer, so let's disable introspection
 #altogether
 global autogenargs
-autogenargs = autogenargs + ' --disable-introspection'
+module_autogenargs['gtk+-3.0'] = autogenargs +  ' --disable-introspection'
+module_autogenargs['librsvg '] = autogenargs +  ' --disable-introspection'
+module_autogenargs['gst-plugins-base'] = autogenargs +  ' --disable-introspection'
+module_autogenargs['gtk-mac-integration'] = autogenargs +  ' --disable-introspection'
+module_autogenargs['spice-gtk3'] = autogenargs +  ' --disable-introspection'
+module_makeargs['liboil'] = 'CFLAGS="$CFLAGS -DHAVE_SYMBOL_UNDERSCORE  -fheinous-gnu-extensions"'
-- 
1.9.5 (Apple Git-50.3)



More information about the Spice-devel mailing list