diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 21:39:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 21:39:54 -0500 |
commit | 84e0ffb4c0a2d5d160781344c669b939f6771048 (patch) | |
tree | c072bcf5ae5d486b0632f45829d14b57ce67f936 /games | |
parent | 73fcb8b50bb97fe6d984516749d31a97b3428582 (diff) |
games/mgba: Fixed dep info
Diffstat (limited to 'games')
-rw-r--r-- | games/mgba/README | 12 | ||||
-rw-r--r-- | games/mgba/mgba.SlackBuild | 2 |
2 files changed, 1 insertions, 13 deletions
diff --git a/games/mgba/README b/games/mgba/README index 20c471d19ec3..58dcaf9ff086 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 3927ea4b1a35..47742bb1ecd6 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 |