mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mesa: fix
This commit is contained in:
parent
a9dfd03f68
commit
4366bd26c6
1 changed files with 2 additions and 1 deletions
|
@ -45,11 +45,12 @@ build() {
|
|||
cd ${srcdir}/mesa-${pkgver}
|
||||
|
||||
[[ $CARCH == "armv7h" ]] && GALLIUM=",etnaviv,imx"
|
||||
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && GALLIUM+=",vc4"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
|
||||
--with-gallium-drivers=freedreno,nouveau,swrast,virgl,vc4${GALLIUM} \
|
||||
--with-gallium-drivers=freedreno,nouveau,swrast,virgl${GALLIUM} \
|
||||
--with-dri-drivers=nouveau,swrast \
|
||||
--with-platforms=x11,drm,wayland \
|
||||
--disable-xvmc \
|
||||
|
|
Loading…
Reference in a new issue