summaryrefslogtreecommitdiff
path: root/jhbuildrc
diff options
context:
space:
mode:
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