updated configure flags

This commit is contained in:
LW-archlinux 2017-05-22 13:09:18 +02:00
parent c5edcd07e8
commit ded28cf3ae
2 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 17.1.0_devel.89867.7751ed39e4 pkgver = 17.2.0_devel.92207.4eb0411ed7
pkgrel = 1 pkgrel = 1
url = http://mesa3d.sourceforge.net url = http://mesa3d.sourceforge.net
arch = x86_64 arch = x86_64
@ -29,6 +29,7 @@ pkgbase = mesa-git
makedepends = ocl-icd makedepends = ocl-icd
makedepends = vulkan-icd-loader makedepends = vulkan-icd-loader
makedepends = libgcrypt makedepends = libgcrypt
makedepends = libunwind
source = mesa::git://anongit.freedesktop.org/mesa/mesa source = mesa::git://anongit.freedesktop.org/mesa/mesa
source = LICENSE source = LICENSE
sha512sums = SKIP sha512sums = SKIP
@ -45,6 +46,7 @@ pkgname = mesa-git
depends = libomxil-bellagio depends = libomxil-bellagio
depends = libtxc_dxtn depends = libtxc_dxtn
depends = llvm-libs-svn depends = llvm-libs-svn
depends = libunwind
optdepends = opengl-man-pages: for the OpenGL API man pages optdepends = opengl-man-pages: for the OpenGL API man pages
provides = mesa provides = mesa
provides = opencl-mesa provides = opencl-mesa

View File

@ -12,13 +12,13 @@
pkgbase=mesa-git pkgbase=mesa-git
pkgname=('mesa-git' 'mesa-libgl-git') pkgname=('mesa-git' 'mesa-libgl-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=17.1.0_devel.89867.7751ed39e4 pkgver=17.2.0_devel.92207.4eb0411ed7
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'libdrm' 'glproto' makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'libdrm' 'glproto'
'dri2proto' 'dri3proto' 'presentproto' 'libxml2' 'libx11' 'libxshmfence' 'dri2proto' 'dri3proto' 'presentproto' 'libxml2' 'libx11' 'libxshmfence'
'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'libomxil-bellagio' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'libomxil-bellagio'
'libtxc_dxtn' 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt') 'libtxc_dxtn' 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'libunwind')
url="http://mesa3d.sourceforge.net" url="http://mesa3d.sourceforge.net"
license=('custom') license=('custom')
# source=('mesa::git+https://anongit.freedesktop.org/git/mesa/mesa.git' # source=('mesa::git+https://anongit.freedesktop.org/git/mesa/mesa.git'
@ -49,7 +49,7 @@ build () {
--with-dri-driverdir=/usr/lib/xorg/modules/dri \ --with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=i915,r300,r600,radeonsi,nouveau,svga,swrast,virgl \ --with-gallium-drivers=i915,r300,r600,radeonsi,nouveau,svga,swrast,virgl \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \ --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--with-egl-platforms=x11,drm,wayland \ --with-platforms=x11,drm,wayland \
--with-vulkan-drivers=intel,radeon \ --with-vulkan-drivers=intel,radeon \
--enable-texture-float \ --enable-texture-float \
--enable-gallium-osmesa \ --enable-gallium-osmesa \
@ -74,7 +74,8 @@ build () {
# [default=r300,r600,svga,swrast] # [default=r300,r600,svga,swrast]
# --with-dri-drivers[=DIRS...] comma delimited classic DRI drivers list, e.g. "swrast,i965,radeon" # --with-dri-drivers[=DIRS...] comma delimited classic DRI drivers list, e.g. "swrast,i965,radeon"
# [default=auto] # [default=auto]
# --with-egl-platforms[=DIRS...] comma delimited native platforms libEGL supports, e.g. "x11,drm" # --with-platforms[=DIRS...] comma delimited native platforms libEGL/Vulkan/other
# supports, e.g. "x11,drm,wayland,surfaceless..."
# [default=auto] # [default=auto]
# --with-vulkan-drivers[=DIRS...] comma delimited Vulkan drivers list, e.g. "intel" # --with-vulkan-drivers[=DIRS...] comma delimited Vulkan drivers list, e.g. "intel"
# [default=no] # [default=no]
@ -107,7 +108,7 @@ build () {
package_mesa-git () { package_mesa-git () {
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf' depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libomxil-bellagio' 'libtxc_dxtn' 'llvm-libs-svn') 'libomxil-bellagio' 'libtxc_dxtn' 'llvm-libs-svn' 'libunwind')
optdepends=('opengl-man-pages: for the OpenGL API man pages') optdepends=('opengl-man-pages: for the OpenGL API man pages')
provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opencl-driver') provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opencl-driver')
replaces=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau') replaces=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau')