added wayland-protocols as makedep, changed deprecated omx configure-flag

This commit is contained in:
LW-archlinux 2017-09-16 15:13:31 +02:00
parent 9008a6af7d
commit e0ba8b69ed
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 17.2.0_devel.92548.0d576fbfbe
pkgver = 17.3.0_devel.95834.969537d935
pkgrel = 1
url = http://mesa3d.sourceforge.net
arch = x86_64
@ -23,6 +23,7 @@ pkgbase = mesa-git
makedepends = ocl-icd
makedepends = vulkan-icd-loader
makedepends = libgcrypt
makedepends = wayland-protocols
depends = libdrm
depends = wayland
depends = libxxf86vm

View File

@ -12,13 +12,13 @@
pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=17.2.0_devel.92548.0d576fbfbe
pkgver=17.3.0_devel.95834.969537d935
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'glproto'
'dri2proto' 'dri3proto' 'presentproto' 'libxml2' 'libx11'
'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
'ocl-icd' 'vulkan-icd-loader' 'libgcrypt')
'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland-protocols')
depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libomxil-bellagio' 'libtxc_dxtn' 'llvm-libs-svn' 'libunwind' 'libglvnd')
optdepends=('opengl-man-pages: for the OpenGL API man pages')
@ -68,7 +68,7 @@ build () {
--enable-nine \
--disable-xvmc \
--enable-vdpau \
--enable-omx \
--enable-omx-bellagio \
--enable-opencl \
--enable-opencl-icd \
--enable-glx-tls \
@ -103,7 +103,7 @@ build () {
# [default=auto]
# --enable-vdpau enable vdpau library
# [default=auto]
# --enable-omx enable OpenMAX library
# --enable-omx-bellagio enable OpenMAX Bellagio library
# [default=disabled]
# --enable-opencl enable OpenCL library
# [default=disabled]