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:
committed by
Marek Olšák
parent
c369fb42ee
commit
4ef9c3d21b
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user