Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/jhbuildrc
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-10 16:43:41 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-10 16:43:41 (GMT)
commit5027c5f474d446ff5438316a05dd7d4b0532b545 (patch)
treedb95d8ea8bd0187b93252402c1d0451af60da73c /scripts/jhbuildrc
parent27e8aeefb597dbab6059a34d22f6807a21f2fc73 (diff)
Hack for 64 bit ubuntu
Diffstat (limited to 'scripts/jhbuildrc')
-rw-r--r--scripts/jhbuildrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/jhbuildrc b/scripts/jhbuildrc
index 2e8aab4..a8e026e 100644
--- a/scripts/jhbuildrc
+++ b/scripts/jhbuildrc
@@ -1,5 +1,9 @@
import os
+# HACK Ubuntu 64 bit gobject-introspection is not multilib
+if os.path.exists("/usr/lib/girepository-1.0"):
+ addpath("GI_TYPELIB_PATH", "/usr/lib/girepository-1.0")
+
def root():
return os.path.dirname(os.path.dirname(os.path.abspath(__file__)))