summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5d47b3a1a7d..a25e7c64d5bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = armagetronad-git
depends = boost-libs
depends = protobuf
optdepends = python: language updater
+ optdepends = glew: Graphics on X11
+ optdepends = glew-wayland: Graphics on Wayland
provides = armagetronad
conflicts = armagetronad
source = git+https://gitlab.com/armagetronad/armagetronad.git
diff --git a/PKGBUILD b/PKGBUILD
index 371f9a0804df..89f6f11d4e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64')
url='http://armagetronad.net/'
license=('GPL')
depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl' 'boost-libs' 'protobuf')
-optdepends=('python: language updater')
+optdepends=('python: language updater' 'glew: Graphics on X11' 'glew-wayland: Graphics on Wayland')
makedepends=('boost')
provides=('armagetronad')
conflicts=('armagetronad')