mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
g3dvl: Build softpipe when needed.
This commit is contained in:
parent
b97816ddee
commit
d4be170e8b
1 changed files with 3 additions and 0 deletions
|
|
@ -1956,6 +1956,9 @@ if test "x$with_gallium_drivers" != x; then
|
|||
if test "x$HAVE_WINSYS_XLIB" != xyes; then
|
||||
GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib"
|
||||
fi
|
||||
if test "x$HAVE_ST_DRI" != xyes; then
|
||||
GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS softpipe"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue