summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-12-17 13:36:22 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-03-14 21:17:12 +0000
commit0338e2444678dac886acf49c286f0d6b64005e4a (patch)
tree8830e6a17947d121719060bebf692f9a516510aa
parentf0d1fe04a3f376f2b0c4802b4f7a29e42f7abb56 (diff)
Remove no-longer needed configure workarounds
-rw-r--r--jhbuildrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 73b135c..e7440ce 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -104,16 +104,12 @@ module_autogenargs['libXfont'] = autogenargs + ' --disable-shared --disable-fc'
#module_autogenargs['libGL'] = autogenargs + ' --with-gallium-drivers=swrast --disable-dri -enable-osmesa --enable-xlib-glx'
# and also indirect-only libGL with swrast
module_autogenargs['libGL'] = autogenargs + ' --with-gallium-drivers=swrast --disable-driglx-direct --disable-dri3'
-# workaround a bug in fontconfig configury
-#module_autogenargs['fontconfig'] = autogenargs + ' --with-libiconv=/usr'
#
module_autogenargs['xf86-video-dummy'] = autogenargs + ' --disable-dga'
#
module_autogenargs['harfbuzz'] = autogenargs + ' ac_cv_header_usp10_h=no ac_cv_header_windows_h=no ac_cv_func__setmode=no'
-# pixman tests fail otherwise, I'm assuming this is a toolchain bug...
-module_autogenargs['pixman'] = autogenargs + ' --disable-openmp'
# do not start xvfb for any testmodules
noxvfb = True