From: Kirill Moizik <kmoizik@xxxxxxxxxx> '--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@xxxxxxxxxx> --- 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) _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel