summaryrefslogtreecommitdiff
path: root/openage-git
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-02-19 10:00:19 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-02-19 10:00:19 +0100
commitd4b0f05396aae47a8a3e03e606fd953c807d2ab6 (patch)
tree9bdc644cd6f8a76cb15eef5874f7df306aa5233a /openage-git
parent5d5e129727714c60d094317e68000d3a8932ff0a (diff)
downloadarchlinuxewe-d4b0f05396aae47a8a3e03e606fd953c807d2ab6.tar.xz
openage-git: add missing dependency
Diffstat (limited to 'openage-git')
-rwxr-xr-xopenage-git/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/openage-git/PKGBUILD b/openage-git/PKGBUILD
index 8e7748626..c255c1ac0 100755
--- a/openage-git/PKGBUILD
+++ b/openage-git/PKGBUILD
@@ -31,7 +31,7 @@ _pinned_dependencies=(
'sdl2=2.30.0'
)
depends=(ftgl sdl2_image eigen xdg-utils python-pillow python-numpy python-toml python-pygments python-jinja python-lz4 "${_pinned_dependencies[@]}")
-makedepends=(git cmake cython doxygen vulkan-headers python-graphviz)
+makedepends=(git cmake cython doxygen vulkan-headers python-graphviz python-mako)
optdepends=('ttf-dejavu: for text display, but you can use any font'
vulkan-icd-loader)
provides=(openage)