summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-14 16:36:00 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-14 18:01:36 +0100
commite7d033b43628ae8594b76cf42ad3e5bd8c149c60 (patch)
tree835507d08da6db24b04929dcdb4082c4a457cc16
parentdev-python/loguru: Bump to 0.7.2 (diff)
downloadgentoo-e7d033b43628ae8594b76cf42ad3e5bd8c149c60.tar.gz
gentoo-e7d033b43628ae8594b76cf42ad3e5bd8c149c60.tar.bz2
gentoo-e7d033b43628ae8594b76cf42ad3e5bd8c149c60.zip
games-emulation/ppsspp: put wayland_wsi behind wayland USE
Bug: https://bugs.gentoo.org/914161 Closes: https://bugs.gentoo.org/924250 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild (renamed from games-emulation/ppsspp/ppsspp-1.17.1.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild b/games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild
index b98e38fb57a1..ea035438b7b6 100644
--- a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild
@@ -23,7 +23,7 @@ fi
LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT"
SLOT="0"
-IUSE="discord qt5 test"
+IUSE="discord qt5 test wayland"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -43,7 +43,9 @@ RDEPEND="
dev-qt/qtopengl:5[-gles2-only]
dev-qt/qtwidgets:5[-gles2-only]
)
- !qt5? ( media-libs/libsdl2[X,opengl,sound,video] )
+ !qt5? (
+ media-libs/libsdl2[X,opengl,sound,video,wayland?]
+ )
"
DEPEND="
${RDEPEND}
@@ -74,6 +76,7 @@ src_configure() {
-DUSE_SYSTEM_SNAPPY=ON
-DUSE_SYSTEM_ZSTD=ON
-DUSE_DISCORD=$(usex discord)
+ -DUSE_WAYLAND_WSI=$(usex wayland)
-DUSING_QT_UI=$(usex qt5)
-DUNITTEST=$(usex test)
)