aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rwxr-xr-xunix/build-xorg2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/build-xorg b/unix/build-xorg
index 98ee4587..60fa6436 100755
--- a/unix/build-xorg
+++ b/unix/build-xorg
@@ -131,7 +131,7 @@ build ()
echo configuring ${module}
echo ======================
if [ "${module}" = "libX11" ]; then
- extraoptions="${extraoptions} --without-xcb"
+ extraoptions="${extraoptions} --without-xcb --disable-specs"
fi
if [ "${module}" = "libSM" ]; then
extraoptions="${extraoptions} --without-libuuid"