mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 18:38:11 +02:00
autoconf: Do not select Xlib when building DRI
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@gmail.com> Signed-off-by: Marek Olšák <maraeo@gmail.com>
This commit is contained in:
parent
c369fb42ee
commit
4ef9c3d21b
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue