This commit is contained in:
Adam Jackson 2018-06-06 13:02:20 -04:00
parent 1e7a119168
commit 866b3ee53d
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ autoreconf -vfi
%if %{with_hardware}
%{?with_xa:--enable-xa} \
%{?with_nine:--enable-nine} \
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi},swrast,r600,%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_vc4:vc4,}virgl,r300,nouveau \
--with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}swrast,r600,%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_vc4:vc4,}virgl,r300,nouveau \
%else
--with-gallium-drivers=swrast,virgl \
%endif