mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/mesa to 10.2.1-1
This commit is contained in:
parent
b0dcf82903
commit
05a67da93f
1 changed files with 8 additions and 5 deletions
|
@ -10,17 +10,18 @@
|
||||||
|
|
||||||
pkgbase=mesa
|
pkgbase=mesa
|
||||||
pkgname=('mesa' 'mesa-libgl')
|
pkgname=('mesa' 'mesa-libgl')
|
||||||
pkgver=10.1.4
|
pkgver=10.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
|
makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
|
||||||
'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'wayland' 'elfutils' 'llvm' 'systemd')
|
'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'wayland' 'elfutils' 'llvm' 'systemd'
|
||||||
|
'libomxil-bellagio' 'libclc' 'clang')
|
||||||
url="http://mesa3d.sourceforge.net"
|
url="http://mesa3d.sourceforge.net"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
|
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
|
||||||
LICENSE)
|
LICENSE)
|
||||||
md5sums=('6fddee101f49b7409cd29994c34ddee7'
|
md5sums=('093f9b5d077e5f6061dcd7b01b7aa51a'
|
||||||
'5c65a0fe315dd347e09b1f2826a1df5a')
|
'5c65a0fe315dd347e09b1f2826a1df5a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -34,7 +35,7 @@ build() {
|
||||||
--with-gallium-drivers=swrast \
|
--with-gallium-drivers=swrast \
|
||||||
--with-dri-drivers=swrast \
|
--with-dri-drivers=swrast \
|
||||||
--with-egl-platforms=x11,drm,wayland \
|
--with-egl-platforms=x11,drm,wayland \
|
||||||
--with-llvm-shared-libs \
|
--enable-llvm-shared-libs \
|
||||||
--enable-egl \
|
--enable-egl \
|
||||||
--disable-gallium-egl \
|
--disable-gallium-egl \
|
||||||
--enable-gbm \
|
--enable-gbm \
|
||||||
|
@ -49,7 +50,9 @@ build() {
|
||||||
--enable-gles2 \
|
--enable-gles2 \
|
||||||
--enable-texture-float \
|
--enable-texture-float \
|
||||||
--enable-xa \
|
--enable-xa \
|
||||||
--enable-dri3
|
--enable-dri3 \
|
||||||
|
--enable-omx \
|
||||||
|
--with-clang-libdir=/usr/lib
|
||||||
# --help
|
# --help
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue