summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-11-14 14:31:31 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-11-14 14:39:18 +0100
commit0a0a87e42ec88b4b2be8aa0e3fa514eb0de83a35 (patch)
tree76fb1670e51fba66f3e11709753aee5cf260c071
parent3a099234b4155973243b99b680af7a70c8beb142 (diff)
Fix autogenargs setting in jhbuildrc
-rw-r--r--jhbuildrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 05ae43f..b1873c3 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -16,4 +16,5 @@ skip.append('libiconv')
#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')
+global autogenargs
+autogenargs = autogenargs + ' --disable-introspection'