aboutsummaryrefslogtreecommitdiff
path: root/games/mgba
diff options
context:
space:
mode:
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 20c471d19ec33..58dcaf9ff086b 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 3927ea4b1a354..47742bb1ecd6b 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