mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
mesa-dri: Switch back to the dri swrast drivers
The meson switch changed which swrast driver we build from dri to gallium. I'm not too sure at how the gallium swrast is usable but switch back to the dri one. This also fixes the build on armv7 where the gallium swrast driver isn't available. Approved by: zeising (x11@ implicit)
This commit is contained in:
parent
87fc4e46d1
commit
3d85ce5b1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538491
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mesa-dri
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= OpenGL hardware acceleration drivers for DRI2+
|
||||
@ -43,7 +43,7 @@ ALL_GALLIUM_DRIVERS= R300 R600 RADEONSI SVGA SWRAST
|
||||
ALL_VULKAN_DRIVERS= INTEL AMD
|
||||
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Marm*} || ${ARCH} == i386 || ${ARCH:Mmips*} || ${ARCH:Mpowerpc*}
|
||||
GALLIUM_DRIVERS= SWRAST # llvmpipe
|
||||
DRI_DRIVERS= SWRAST # llvmpipe
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 \
|
||||
|
Loading…
Reference in New Issue
Block a user