diff options
-rw-r--r-- | testing/opensubdiv/APKBUILD | 3 |
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" |