mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
configure.ac: build r600g by default
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
This commit is contained in:
parent
58b6a19ea4
commit
0c7c5b6876
1 changed files with 2 additions and 2 deletions
|
|
@ -550,13 +550,13 @@ AC_ARG_ENABLE([egl],
|
|||
[enable_egl=yes])
|
||||
|
||||
# Option for Gallium drivers
|
||||
GALLIUM_DRIVERS_DEFAULT="r300,swrast"
|
||||
GALLIUM_DRIVERS_DEFAULT="r300,r600,swrast"
|
||||
|
||||
AC_ARG_WITH([gallium-drivers],
|
||||
[AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],
|
||||
[comma delimited Gallium drivers list, e.g.
|
||||
"i915,i965,nouveau,r300,r600,svga,swrast"
|
||||
@<:@default=r300,swrast@:>@])],
|
||||
@<:@default=r300,r600,swrast@:>@])],
|
||||
[with_gallium_drivers="$withval"],
|
||||
[with_gallium_drivers="$GALLIUM_DRIVERS_DEFAULT"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue