mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
games-emulation/dolphin: drop unsupported USE=sdl, bug #666558
As reported by Simon Levermann in https://bugs.gentoo.org/666558 SDL backend handles justicks weaker than default evdev and is there only for *BSDs. Reported-by: Simon Levermann Bug: https://bugs.dolphin-emu.org/issues/11399 Bug: https://bugs.gentoo.org/666558 Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
@@ -22,7 +22,7 @@ HOMEPAGE="https://www.dolphin-emu.org/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="alsa bluetooth discord-presence doc egl +evdev ffmpeg libav log lto profile pulseaudio +qt5 -sdl systemd upnp"
|
||||
IUSE="alsa bluetooth discord-presence doc egl +evdev ffmpeg libav log lto profile pulseaudio +qt5 systemd upnp"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/hidapi:0=
|
||||
@@ -58,7 +58,6 @@ RDEPEND="
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
)
|
||||
sdl? ( media-libs/libsdl2[haptic,joystick] )
|
||||
systemd? ( sys-apps/systemd:0= )
|
||||
upnp? ( net-libs/miniupnpc )
|
||||
"
|
||||
@@ -126,7 +125,7 @@ src_configure() {
|
||||
-DENABLE_LTO=$(usex lto)
|
||||
-DENABLE_PULSEAUDIO=$(usex pulseaudio)
|
||||
-DENABLE_QT=$(usex qt5)
|
||||
-DENABLE_SDL=$(usex sdl)
|
||||
-DENABLE_SDL=OFF # not supported: #666558
|
||||
-DFASTLOG=$(usex log)
|
||||
-DOPROFILING=$(usex profile)
|
||||
-DUSE_DISCORD_PRESENCE=$(usex discord-presence)
|
||||
|
||||
Reference in New Issue
Block a user