mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/mesa updates
This commit is contained in:
parent
6469dc1c5b
commit
f27044d5f1
1 changed files with 1 additions and 6 deletions
|
@ -6,9 +6,6 @@
|
||||||
# - Removed DRI and Gallium3D drivers/packages for chipsets that don't exist in our ARM devices (intel, radeon, VMware svga).
|
# - Removed DRI and Gallium3D drivers/packages for chipsets that don't exist in our ARM devices (intel, radeon, VMware svga).
|
||||||
# - Removed libgles, libegl and khrplatform-devel from conflicts for marvell-libgfx compatibility.
|
# - Removed libgles, libegl and khrplatform-devel from conflicts for marvell-libgfx compatibility.
|
||||||
# - Moved .pc files to mesa-libgl that reference libraries in mesa-libgl
|
# - Moved .pc files to mesa-libgl that reference libraries in mesa-libgl
|
||||||
# - Build vc4 gallium driver for v6/v7
|
|
||||||
|
|
||||||
noautobuild=1
|
|
||||||
|
|
||||||
pkgbase=mesa
|
pkgbase=mesa
|
||||||
pkgname=('mesa' 'mesa-libgl' 'libva-mesa-driver')
|
pkgname=('mesa' 'mesa-libgl' 'libva-mesa-driver')
|
||||||
|
@ -41,12 +38,10 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/?esa-*
|
cd ${srcdir}/?esa-*
|
||||||
|
|
||||||
[[ $CARCH == "armv7h" || $CARCH == "armv6h" ]] && VC4=',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} \
|
--with-gallium-drivers=freedreno,nouveau,swrast,virgl,vc4 \
|
||||||
--with-dri-drivers=nouveau,swrast \
|
--with-dri-drivers=nouveau,swrast \
|
||||||
--with-egl-platforms=x11,drm,wayland \
|
--with-egl-platforms=x11,drm,wayland \
|
||||||
--with-sha1=libgcrypt \
|
--with-sha1=libgcrypt \
|
||||||
|
|
Loading…
Reference in a new issue