extra/mesa updates

This commit is contained in:
Kevin Mihelich 2016-11-14 03:59:50 +00:00
parent 6469dc1c5b
commit f27044d5f1

View file

@ -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 \