summaryrefslogtreecommitdiff
path: root/jhbuildrc
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-03-02 18:04:27 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-03-14 21:17:14 +0000
commit7b75569dc9f999b2c034b948107bfd19dffab810 (patch)
tree98053630cd50fc9b97e5da784d8725ccc7c99b36 /jhbuildrc
parent0338e2444678dac886acf49c286f0d6b64005e4a (diff)
Tinderbox changes
- Mesa can now install itself without help - Use quiet_mode, needed for updated jhbuild to be silent - Various configure adjustments
Diffstat (limited to 'jhbuildrc')
-rw-r--r--jhbuildrc11
1 files changed, 9 insertions, 2 deletions
diff --git a/jhbuildrc b/jhbuildrc
index e7440ce..02a3774 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -60,6 +60,7 @@ skip = [ 'appplewmproto', 'libAppleWM',
build_policy = 'updated-deps'
if 'TINDERBOX' in os.environ:
nopoison = True
+ quiet_mode = True
# All source modules will be here after the checkout
checkoutroot = '/jhbuild/checkout'
@@ -105,10 +106,16 @@ module_autogenargs['libXfont'] = autogenargs + ' --disable-shared --disable-fc'
# and also indirect-only libGL with swrast
module_autogenargs['libGL'] = autogenargs + ' --with-gallium-drivers=swrast --disable-driglx-direct --disable-dri3'
-#
+
+# pixman tests fail otherwise, I'm assuming this is a toolchain bug...
+#module_autogenargs['pixman'] = autogenargs + ' --disable-openmp'
+# pixman tests run slower when OpenMP is allowed to use multiple threads...
+os.environ['OMP_NUM_THREADS'] = '1'
+
+# xf86-video-dummy config check needs fixing to default to auto, not yes
module_autogenargs['xf86-video-dummy'] = autogenargs + ' --disable-dga'
-#
+# harfbuzz currently needs help to configure correctly
module_autogenargs['harfbuzz'] = autogenargs + ' ac_cv_header_usp10_h=no ac_cv_header_windows_h=no ac_cv_func__setmode=no'
# do not start xvfb for any testmodules