summaryrefslogtreecommitdiffstats
path: root/games/mgba
diff options
context:
space:
mode:
author Robby Workman2021-04-20 04:39:54 +0200
committer Robby Workman2021-04-20 04:39:54 +0200
commit84e0ffb4c0a2d5d160781344c669b939f6771048 (patch)
treec072bcf5ae5d486b0632f45829d14b57ce67f936 /games/mgba
parent73fcb8b50bb97fe6d984516749d31a97b3428582 (diff)
downloadslackbuilds-84e0ffb4c0a2d5d160781344c669b939f6771048.tar.gz
games/mgba: Fixed dep info
Diffstat (limited to 'games/mgba')
-rw-r--r--games/mgba/README12
-rw-r--r--games/mgba/mgba.SlackBuild2
2 files changed, 1 insertions, 13 deletions
diff --git a/games/mgba/README b/games/mgba/README
index 20c471d19e..58dcaf9ff0 100644
--- a/games/mgba/README
+++ b/games/mgba/README
@@ -1,15 +1,3 @@
mGBA is an emulator for running Game Boy Advance games. It aims to be
faster and more accurate than many existing Game Boy Advance
emulators, as well as adding features that other emulators lack.
-
-The following optional dependencies will be automatically detected.
-
-* SDL2
-* libedit (for the command-line debugger)
-* ffmpeg
-* Qt5
-
-If you have Qt 5, then you can build the standalone application with a
-GUI:
-
- QT=on ./mGBA.SlackBuild
diff --git a/games/mgba/mgba.SlackBuild b/games/mgba/mgba.SlackBuild
index 3927ea4b1a..47742bb1ec 100644
--- a/games/mgba/mgba.SlackBuild
+++ b/games/mgba/mgba.SlackBuild
@@ -84,7 +84,7 @@ cd build
-DCMAKE_INSTALL_LIBDIR:PATH=lib$LIBDIRSUFFIX \
-DMANDIR=man \
-DUSE_DISCORD_RPC=OFF \
- -DBUILD_QT=${QT} \
+ -DBUILD_QT=${QT:-on} \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG