summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2021-05-04 17:29:01 +0000
committerOmar Pakker2021-05-04 17:29:01 +0000
commit84acb2d7f90b2bed4968ed91f9c0a85d5e4cf8fd (patch)
tree82a484e79466ff8fd4d7ff7e31cfc20b8554d3ab
parentdce0ff936b0e1fff798f26175310d354ce30631b (diff)
downloadaur-84acb2d7f90b2bed4968ed91f9c0a85d5e4cf8fd.tar.gz
Add glslang build dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c859fb60f52..66074950fb20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = piglit-git
pkgdesc = OpenGL implementation testing suite. Provides a simple means to perform regression tests.
- pkgver = r11303.d4d9353b7
+ pkgver = r11383.b73f20ffd
pkgrel = 1
url = http://piglit.freedesktop.org/
install = piglit.install
@@ -14,7 +14,7 @@ pkgbase = piglit-git
makedepends = xorgproto
makedepends = vulkan-headers
makedepends = opencl-headers
- makedepends = ocl-icd
+ makedepends = glslang
depends = waffle
depends = python-mako
depends = python-numpy
@@ -22,6 +22,7 @@ pkgbase = piglit-git
depends = glu
depends = libcaca
depends = libxkbcommon
+ depends = ocl-icd
optdepends = python-lxml: Accelerated python XML library using libxml2
optdepends = python-simplejson: Fast implementation of the python JSON library
optdepends = python-jsonstreams: A JSON stream writer for python
diff --git a/PKGBUILD b/PKGBUILD
index 33c6ec44a790..17b9f7219a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname="piglit"
pkgname="${_pkgname}-git"
-pkgver=r11303.d4d9353b7
+pkgver=r11383.b73f20ffd
pkgrel=1
pkgdesc="OpenGL implementation testing suite. Provides a simple means to perform regression tests."
arch=('i686' 'x86_64')
url="http://piglit.freedesktop.org/"
license=('GPL2' 'GPL3' 'LGPL2.1')
-depends=('waffle' 'python-mako' 'python-numpy' 'libxrender' 'glu' 'libcaca' 'libxkbcommon')
+depends=('waffle' 'python-mako' 'python-numpy' 'libxrender' 'glu' 'libcaca' 'libxkbcommon' 'ocl-icd')
optdepends=('python-lxml: Accelerated python XML library using libxml2'
'python-simplejson: Fast implementation of the python JSON library'
'python-jsonstreams: A JSON stream writer for python'
'vkrunner: Vulkan shader script testing')
-makedepends=('git' 'cmake' 'xorgproto' 'vulkan-headers' 'opencl-headers' 'ocl-icd')
+makedepends=('git' 'cmake' 'xorgproto' 'vulkan-headers' 'opencl-headers' 'glslang')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=('!emptydirs')