mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/blender: fix
This commit is contained in:
parent
b8d35f1549
commit
6eec6f064f
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove makedepend, optdepend on cuda
|
||||
# - add makedepend on libepoxy, previously pulled in by cuda
|
||||
# - remove depend on openimagedenoise, embree
|
||||
# - set -DWITH_CYCLES_EMBREE=OFF
|
||||
|
||||
|
@ -27,7 +28,7 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ
|
|||
'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
|
||||
'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 'sdl2' 'libharu'
|
||||
'draco')
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja')
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja' 'libepoxy')
|
||||
options=(!strip)
|
||||
source=("git+https://git.blender.org/blender.git#tag=v$pkgver"
|
||||
"git+https://git.blender.org/blender-addons.git"
|
||||
|
|
Loading…
Reference in a new issue