commit: 366cb5ce51444998af8729bb8135f95a09452105
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Wed Feb 26 21:22:26 2025 +0000
Commit: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
CommitDate: Wed Feb 26 21:22:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=366cb5ce
games-emulation/RetroArch: 1.20.0 corrected use_enable for pipewire
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
games-emulation/RetroArch/RetroArch-1.20.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-emulation/RetroArch/RetroArch-1.20.0.ebuild
b/games-emulation/RetroArch/RetroArch-1.20.0.ebuild
index bcb6004ab..dbd48d858 100644
--- a/games-emulation/RetroArch/RetroArch-1.20.0.ebuild
+++ b/games-emulation/RetroArch/RetroArch-1.20.0.ebuild
@@ -135,6 +135,7 @@ src_configure() {
$(use_enable oss) \
$(use_enable ozone) \
$(use_enable pulseaudio pulse) \
+ $(use_enable pipewire) \
$(use_enable rgui) \
$(use_enable sdl sdl2) \
$(use_enable threads) \