xorg-server: update a comment: glamor is disabled for now.

This commit is contained in:
Juan RP 2014-07-17 19:27:56 +02:00
parent 1c564e26f1
commit 1a108351e6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ else
fi fi
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
# Enable glamor/dri/opengl by default on x86. # Enable dri/opengl by default on x86.
configure_args+=" --enable-dri2 --enable-dri3 --enable-glx-tls --enable-glx" configure_args+=" --enable-dri2 --enable-dri3 --enable-glx-tls --enable-glx"
makedepends+=" MesaLib-devel>=10" makedepends+=" MesaLib-devel>=10"
else else