[Mesa-dev] Mesa (master): linux: Default to dri not xlib on all arches
Jose Fonseca
jfonseca at vmware.com
Wed Aug 1 10:01:53 PDT 2012
I think that there's one ';;' too many.
This is from my build daemon:
checking for posix_memalign... yes
./configure: line 18498: syntax error near unexpected token `;;'
./configure: line 18498: ` ;;'
Jose
----- Original Message -----
> Module: Mesa
> Branch: master
> Commit: 33ef67ab20de9b04f7d3d32f01cb87c29034db88
> URL:
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=33ef67ab20de9b04f7d3d32f01cb87c29034db88
>
> Author: Adam Jackson <ajax at redhat.com>
> Date: Wed Aug 1 11:44:28 2012 -0400
>
> linux: Default to dri not xlib on all arches
>
> Even on s390{,x} where there's no video card, you still want this so
> GLX
> protocol works.
>
> Reviewed-by: Matt Turner <mattst88 at gmail.com>
> Signed-off-by: Adam Jackson <ajax at redhat.com>
>
> ---
>
> configure.ac | 4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index b01b192..258c8ba 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -723,9 +723,7 @@ default_driver="xlib"
>
> case "$host_os" in
> linux*)
> - case "$host_cpu" in
> - i*86|x86_64|powerpc*|sparc*|ia64*) default_driver="dri";;
> - esac
> + default_driver="dri";;
> ;;
> *freebsd* | dragonfly* | *netbsd*)
> case "$host_cpu" in
>
> _______________________________________________
> mesa-commit mailing list
> mesa-commit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-commit
>
More information about the mesa-dev
mailing list