summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-10-25 12:44:09 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-10-25 12:44:09 +0200
commit701b6d2c5f44d2ce69a327a26ccb082664ef2bbc (patch)
tree95681b5a6902ad949c1e0f75cc37e1423b902ad8
parent66c71523863ffeff1514032af0898e38165e944f (diff)
Disable introspection
This is causing a very weird build-time hang in gtk+3.0. Introspection is not needed to build virt-viewer, so let's disable it.
-rw-r--r--jhbuildrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 995dd1c..05ae43f 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -13,3 +13,7 @@ modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "virt-viewer" ]
skip.append('libiconv')
#for a gtk3 build use these modules
#modules = [ "meta-gtk-osx-bootstrap", "meta-gtk-osx-gtk3", "virt-viewer-gtk3" ]
+#I've seen introspection generation totally hang during gtk+3 builds.
+#We don't need .gir to build virt-viewer, so let's disable introspection
+#altogether
+autogenargs.append('--disable-introspection')