diff options
Diffstat (limited to 'unix/build-xorg')
-rwxr-xr-x | unix/build-xorg | 2 |
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" |