aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2023-07-17 16:44:16 +0200
committerbartus2023-07-17 17:04:55 +0200
commit11a555c937550179cb8c8334dfa2b3c0ebf9771f (patch)
tree0fc6a3bdb0d43b08a1498acb977eacee98777cf0
parentddf2d2866beb89b8afcb7e753874d9cc8bf57b99 (diff)
downloadaur-11a555c937550179cb8c8334dfa2b3c0ebf9771f.tar.gz
Enable openplg (Intel Open Path Guiding Library)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93491126be65..b7b164dc8bd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -44,6 +44,7 @@ pkgbase = blender-develop-git
depends = openimagedenoise
depends = libdecor
depends = libepoxy
+ depends = openpgl
optdepends = cuda: CUDA support in Cycles
provides = blender=3.6
conflicts = blender=3.6
diff --git a/PKGBUILD b/PKGBUILD
index dca1ea2c9be6..b4c098e63d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ depends+=('alembic' 'embree' 'libgl' 'python' 'python-numpy' 'openjpeg2' 'libhar
'openvdb' 'opencollada' 'opensubdiv' 'openshadinglanguage' 'libtiff' 'libpng')
depends+=('openimagedenoise')
depends+=('libdecor' 'libepoxy')
+depends+=('openpgl')
makedepends+=('git' 'cmake' 'clang' 'boost' 'mesa' 'llvm' wayland{,-protocols} 'libxkbcommon')
makedepends+=('wayland-protocols')
makedepends+=('cython')