summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2020-08-15 13:33:56 +1000
committerDaniel Tobias2020-08-15 13:33:56 +1000
commit65c74542f3099a3c5aada435d1eeae26741d5060 (patch)
treeb66aa69bb2a67ad17ae230bd6bef442f8d5e0551
parent35cf4993f441ff403c3e6f7224c50a54bae92526 (diff)
downloadaur-65c74542f3099a3c5aada435d1eeae26741d5060.tar.gz
add notes to enable the desmume HUD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36578b687a27..7d4c01e34a44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,6 +35,7 @@ pkgbase = desmume-git
depends = sdl
depends = libpng
depends = libgl
+ optdepends = agg: to enable the HUD, requires --enable-hud at build time
provides = desmume
conflicts = desmume
source = desmume::git+https://github.com/TASVideos/desmume.git
diff --git a/PKGBUILD b/PKGBUILD
index 617a91f3b967..84e72ad9d2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,8 @@ makedepends=('autoconf' 'automake' 'pkg-config' 'git' 'gtk2' 'zlib' 'intltool' '
source=("$_pkgname::git+https://github.com/TASVideos/desmume.git")
sha512sums=('SKIP')
+optdepends=('agg: to enable the HUD, requires --enable-hud at build time')
+
_builddir="$_pkgname/src/frontend/posix"
pkgver() {
@@ -38,7 +40,7 @@ prepare(){
--prefix=/usr \
--enable-openal \
--enable-wifi #\
-# --enable-hud #requires agg in AUR
+# --enable-hud #requires https://aur.archlinux.org/packages/agg/
}
build() {