mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Michał Górny
parent
fb8d0e908f
commit
19806e8546
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user