games-emulation/dolphin: update live

Signed-off-by: Thibaud CANALE <thican@thican.net>
Part-of: https://github.com/gentoo/gentoo/pull/42449
Closes: https://github.com/gentoo/gentoo/pull/42449
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Thibaud CANALE
2025-06-04 21:45:35 +02:00
committed by Michał Górny
parent fb8d0e908f
commit 19806e8546

View File

@@ -3,7 +3,7 @@
EAPI=8
LLVM_COMPAT=( 18 )
LLVM_COMPAT=( 18 19 )
LLVM_OPTIONAL=1
inherit cmake llvm-r1 pax-utils xdg-utils
@@ -91,7 +91,7 @@ RDEPEND="
bluetooth? ( net-wireless/bluez:= )
evdev? (
dev-libs/libevdev
virtual/udev
virtual/libudev
)
ffmpeg? ( media-video/ffmpeg:= )
gui? (
@@ -211,6 +211,7 @@ src_configure() {
-DENABLE_CUBEB=ON
-DENABLE_EGL=$(usex egl)
-DENABLE_EVDEV=$(usex evdev)
-DENABLE_HWDB=$(usex evdev)
-DENABLE_LLVM=$(usex llvm)
-DENABLE_LTO=OFF # just adds -flto, user can do that via flags
-DENABLE_NOGUI=$(usex !gui)