summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-05-25 13:53:37 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-05-25 13:57:15 -0400
commit2dafc08868a64472315a899939c936362dade4bc (patch)
tree4d709a5da22b5a084f7ae00f7f98add0193f2054 /games-emulation
parentdev-python/pyside6-tools: add 6.7.1 (diff)
downloadgentoo-2dafc08868a64472315a899939c936362dade4bc.tar.gz
gentoo-2dafc08868a64472315a899939c936362dade4bc.tar.bz2
gentoo-2dafc08868a64472315a899939c936362dade4bc.zip
games-emulation/mgba: avoid unused option warning with USE=-gui
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/mgba/mgba-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild
index d764aa0d8fe3..afc5b4396e02 100644
--- a/games-emulation/mgba/mgba-9999.ebuild
+++ b/games-emulation/mgba/mgba-9999.ebuild
@@ -83,6 +83,7 @@ src_configure() {
-DBUILD_GLES3=$(usex gles3)
-DBUILD_LIBRETRO=$(usex libretro)
-DBUILD_QT=$(usex gui)
+ $(usev gui -DFORCE_QT_VERSION=$(usex qt6 6 5))
-DBUILD_ROM_TEST=yes #918855
-DBUILD_SDL=$(usex sdl) # also used for gamepads in QT build
-DBUILD_SUITE=$(usex test)
@@ -90,7 +91,6 @@ src_configure() {
-DENABLE_DEBUGGERS=$(usex debug)
-DENABLE_GDB_STUB=$(usex debug)
-DENABLE_SCRIPTING=$(usex lua)
- -DFORCE_QT_VERSION=$(usex qt6 6 5)
-DMARKDOWN=no #752048
-DUSE_DISCORD_RPC=$(usex discord)
-DUSE_EDITLINE=$(usex debug)