aboutsummaryrefslogtreecommitdiffstats
path: root/testing/godot
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-10 22:05:50 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-02-10 22:05:50 +0100
commit26e8c5a191be2edaecfc1dd247bb49923e0874b6 (patch)
treec23ff7021764f74d6a7ee2650e6021bf842c6fe4 /testing/godot
parent07670bfbc9fa63b162e70f29135a60dd06aaeafc (diff)
downloadaports-26e8c5a191be2edaecfc1dd247bb49923e0874b6.tar.bz2
aports-26e8c5a191be2edaecfc1dd247bb49923e0874b6.tar.xz
testing/godot: add missing dep on libexecinfo-dev
Diffstat (limited to 'testing/godot')
-rw-r--r--testing/godot/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/godot/APKBUILD b/testing/godot/APKBUILD
index 0c9ed6ffb8..63c97d4872 100644
--- a/testing/godot/APKBUILD
+++ b/testing/godot/APKBUILD
@@ -8,7 +8,7 @@ url="http://www.godotengine.org"
arch="x86_64" # deactivated for other architecture due to conflicts between binaries
license="MIT"
# TODO: Use system freetype instead of bundled one.
-makedepends="scons gcc python2 libxcursor-dev libxinerama-dev
+makedepends="scons gcc python2 libxcursor-dev libxinerama-dev libexecinfo-dev
libxrandr-dev libxi-dev libx11-dev alsa-lib-dev mesa-dev yasm-dev"
options="!check" # no testsuites
subpackages="$pkgname-doc"