[Mesa-dev] [PATCH] autoconf: Do not select Xlib when building DRI
Marek Olšák
maraeo at gmail.com
Mon Jul 11 16:42:12 PDT 2011
Looks good, thanks. I have pushed it.
Marek
On Mon, Jul 11, 2011 at 4:58 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> As Chia-I Wu said 'There are two libGL providers, Xlib and DRI based
> they cannot coexist'
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
> configure.ac | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index dde13c9..19cc531 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -791,7 +791,7 @@ esac
> if test "x$enable_dri" = xyes; then
> DRIVER_DIRS="$DRIVER_DIRS dri"
>
> - GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib sw/dri"
> + GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/dri"
> GALLIUM_STATE_TRACKERS_DIRS="dri $GALLIUM_STATE_TRACKERS_DIRS"
> HAVE_ST_DRI="yes"
> fi
> --
> 1.7.6
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list