diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-08 10:54:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-08 11:54:22 +0200 |
commit | 91d85792928a03279488837936da49a6cc44d682 (patch) | |
tree | 575f23caea0b3920d9e8a9142fa4bdfd99fda86d /games-emulation | |
parent | games-emulation/dolphin: Make bundled dep removal less reverse (diff) | |
download | gentoo-91d85792928a03279488837936da49a6cc44d682.tar.gz gentoo-91d85792928a03279488837936da49a6cc44d682.tar.bz2 gentoo-91d85792928a03279488837936da49a6cc44d682.zip |
games-emulation/dolphin: Remove USE=lto
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild | 5 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild index 009f64178fa8..197f1a4d0863 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild @@ -23,7 +23,7 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log profile pulseaudio +qt5 systemd upnp vulkan" RDEPEND=" @@ -141,7 +141,8 @@ src_configure() { -DENABLE_EVDEV=$(usex evdev) -DENCODE_FRAMEDUMPS=$(usex ffmpeg) -DENABLE_LLVM=OFF - -DENABLE_LTO=$(usex lto) + # just adds -flto, user can do that via flags + -DENABLE_LTO=OFF -DENABLE_PULSEAUDIO=$(usex pulseaudio) -DENABLE_QT=$(usex qt5) -DENABLE_SDL=OFF # not supported: #666558 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 28cc6679d931..07bcced944c9 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto mgba +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log mgba profile pulseaudio +qt5 systemd upnp vulkan" RDEPEND=" @@ -143,7 +143,8 @@ src_configure() { -DENABLE_EVDEV=$(usex evdev) -DENCODE_FRAMEDUMPS=$(usex ffmpeg) -DENABLE_LLVM=OFF - -DENABLE_LTO=$(usex lto) + # just adds -flto, user can do that via flags + -DENABLE_LTO=OFF -DUSE_MGBA=$(usex mgba) -DENABLE_PULSEAUDIO=$(usex pulseaudio) -DENABLE_QT=$(usex qt5) |