summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-03-05 10:59:16 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-03-05 11:06:12 +0000
commit516ce633a5c7cd453e31ba1407b022a3c2bbada5 (patch)
tree769a59c79ac11d25311412f9161bcd6220f4ce9b
parentbd40f13464a8f08636ca8c972bb3f31681aabcb7 (diff)
Ensure libXfont is only build shared, enable fontserver fonts
-rw-r--r--jhbuildrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 132483c..e36f7e4 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -114,7 +114,7 @@ module_autogenargs['xserver'] = module_autogenargs['xserver'] + ' CFLAGS="-Wno-e
module_autogenargs['xkeyboard-config'] = autogenargs + ' --with-xkb-rules-symlink=xorg'
-module_autogenargs['libXfont'] = autogenargs + ' --disable-fc'
+module_autogenargs['libXfont'] = autogenargs + ' --disable-static'
# build xlib-based libGL
#module_autogenargs['mesa-mesa'] = autogenargs + ' --with-gallium-drivers=swrast --disable-dri --enable-osmesa --enable-xlib-glx'