aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-02-22 11:50:24 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-22 11:50:24 +0100
commit49040d4a31d5ab2906761a5e74c147fed8c67f88 (patch)
tree64d9bf9826f5406a7c3c8026a915b4a49a2ec7f2
parent3e27da2e570268d135e1e70342b7e2b37faad7d6 (diff)
downloadaports-49040d4a31d5ab2906761a5e74c147fed8c67f88.tar.bz2
aports-49040d4a31d5ab2906761a5e74c147fed8c67f88.tar.xz
testing/opensubdiv: add missing dependency on libxrandr
Otherwise fails with: CMake Error at cmake/FindGLFW.cmake:146 (message): Xrandr library not found - required for GLFW Call Stack (most recent call first): CMakeLists.txt:344 (find_package)
-rw-r--r--testing/opensubdiv/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/opensubdiv/APKBUILD b/testing/opensubdiv/APKBUILD
index 8a4219dce1..02a553a09d 100644
--- a/testing/opensubdiv/APKBUILD
+++ b/testing/opensubdiv/APKBUILD
@@ -9,7 +9,8 @@ pkgdesc="An Open-Source subdivision surface library"
url="http://graphics.pixar.com/opensubdiv"
arch="all"
license="Apache-2.0"
-makedepends="cmake glew-dev glfw-dev doxygen py3-docutils libxcursor-dev"
+makedepends="cmake glew-dev glfw-dev doxygen py3-docutils
+ libxcursor-dev libxrandr-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tutorials $pkgname-tools"
source="$pkgname-$pkgver.tar.gz::https://github.com/PixarAnimationStudios/$_pkgname/archive/v$_pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$_pkgver"