mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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}
|
cd ${srcdir}/mesa-${pkgver}
|
||||||
|
|
||||||
[[ $CARCH == "armv7h" ]] && GALLIUM=",etnaviv,imx"
|
[[ $CARCH == "armv7h" ]] && GALLIUM=",etnaviv,imx"
|
||||||
|
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && GALLIUM+=",vc4"
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
|
--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-dri-drivers=nouveau,swrast \
|
||||||
--with-platforms=x11,drm,wayland \
|
--with-platforms=x11,drm,wayland \
|
||||||
--disable-xvmc \
|
--disable-xvmc \
|
||||||
|
|
Loading…
Reference in a new issue