Accepting request 261888 from home:a_faerber:branches:X11:XOrg

Enable vc4 Gallium driver for Raspberry Pi

OBS-URL: https://build.opensuse.org/request/show/261888
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=410
This commit is contained in:
2014-11-17 10:18:08 +00:00
committed by Git OBS Bridge
parent ddffb72019
commit f5c4a777b2
2 changed files with 6 additions and 1 deletions

View File

@@ -575,7 +575,7 @@ autoreconf -fi
--enable-gallium-llvm \
--with-dri-drivers=nouveau \
%ifarch %arm
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \
%else
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
%endif