aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Cho2023-09-04 17:57:43 +0900
committerXavier Cho2023-09-04 17:57:43 +0900
commit4f6e6d8efa91f580c01e7a0ab9b7d1bb59e7f063 (patch)
tree19256aaba250f801e55532e6e4c49cae39bc512c
parente9573e2d4727e39207ad668b883699138cf34bb7 (diff)
downloadaur-4f6e6d8efa91f580c01e7a0ab9b7d1bb59e7f063.tar.gz
Add openexr package to the dependency list
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 483583f0040d..5753f0794164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Uchronia Project Blender Game Engine fork of Blender Game Engine"
arch=("i686" "x86_64")
url="https://upbge.org/"
depends=("alembic" "embree" "libgl" "python" "python-numpy" "openjpeg2" "libharu" "potrace" "openxr"
- "ffmpeg" "fftw" "openal" "freetype2" "libxi" "openimageio" "opencolorio" "libdecor"
+ "ffmpeg" "fftw" "openal" "freetype2" "libxi" "openimageio" "opencolorio" "libdecor" "openexr"
"openvdb" "opencollada" "opensubdiv" "openshadinglanguage" "libtiff" "libpng" "openimagedenoise")
optdepends=("cuda: CUDA support in Cycles"
"optix>=7.1.0: OptiX support in Cycles"