summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2a1bc6c0e6f..7c034d4af178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = luxcorerender
depends = boost-libs
depends = blosc
depends = embree
- depends = glfw-x11
+ depends = glfw
depends = gtk3
depends = opencl-icd-loader
optdepends = opencl-driver: for gpu acceleration
diff --git a/PKGBUILD b/PKGBUILD
index a360d305529d..8c206b6b620c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="LuxCoreRender is a physically correct, unbiased rendering engine."
arch=('x86_64')
url="https://www.luxcorerender.org/"
license=('Apache')
-depends=(oidn openimageio boost-libs blosc embree glfw-x11 gtk3 opencl-icd-loader)
+depends=(oidn openimageio boost-libs blosc embree glfw gtk3 opencl-icd-loader)
optdepends=("opencl-driver: for gpu acceleration"
"pyside2: for pyluxcoretools gui")
makedepends=(boost git doxygen cmake pyside2-tools opencl-headers)