From ded28cf3ae8ba334bca3081755229ec42b24a170 Mon Sep 17 00:00:00 2001 From: LW-archlinux Date: Mon, 22 May 2017 13:09:18 +0200 Subject: [PATCH] updated configure flags --- .SRCINFO | 4 +++- PKGBUILD | 11 ++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 52f0ed3..e8aee8a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mesa-git 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 url = http://mesa3d.sourceforge.net arch = x86_64 @@ -29,6 +29,7 @@ pkgbase = mesa-git makedepends = ocl-icd makedepends = vulkan-icd-loader makedepends = libgcrypt + makedepends = libunwind source = mesa::git://anongit.freedesktop.org/mesa/mesa source = LICENSE sha512sums = SKIP @@ -45,6 +46,7 @@ pkgname = mesa-git depends = libomxil-bellagio depends = libtxc_dxtn depends = llvm-libs-svn + depends = libunwind optdepends = opengl-man-pages: for the OpenGL API man pages provides = mesa provides = opencl-mesa diff --git a/PKGBUILD b/PKGBUILD index ad5362c..e22e0ec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,13 +12,13 @@ pkgbase=mesa-git pkgname=('mesa-git' 'mesa-libgl-git') 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 arch=('x86_64') makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'libdrm' 'glproto' 'dri2proto' 'dri3proto' 'presentproto' 'libxml2' 'libx11' 'libxshmfence' '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" license=('custom') # 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-gallium-drivers=i915,r300,r600,radeonsi,nouveau,svga,swrast,virgl \ --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 \ --enable-texture-float \ --enable-gallium-osmesa \ @@ -74,7 +74,8 @@ build () { # [default=r300,r600,svga,swrast] # --with-dri-drivers[=DIRS...] comma delimited classic DRI drivers list, e.g. "swrast,i965,radeon" # [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] # --with-vulkan-drivers[=DIRS...] comma delimited Vulkan drivers list, e.g. "intel" # [default=no] @@ -107,7 +108,7 @@ build () { package_mesa-git () { pkgdesc="an open-source implementation of the OpenGL specification, git version" 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') 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')