diff options
-rwxr-xr-x | unix/build-xorg-7.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/build-xorg-7.4 b/unix/build-xorg-7.4 index 66f10137..bde61296 100755 --- a/unix/build-xorg-7.4 +++ b/unix/build-xorg-7.4 @@ -119,7 +119,7 @@ build () extraoptions="${extraoptions} --without-xcb" fi if [ "${module}" = "libSM" ]; then - extraoptions="${extraoptions} --with-uuid=no" + extraoptions="${extraoptions} --without-libuuid" fi ./configure ${1+"$@"} --prefix="${PREFIX}" ${extraoptions} echo ====================== |