games-emulation/dolphin: Disable SDL by default
authorSimon Levermann <simon@slevermann.de>
Wed, 19 Sep 2018 14:14:14 +0000 (16:14 +0200)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 19 Sep 2018 22:17:05 +0000 (23:17 +0100)
The desktop profile enables SDL by default, and it's likely that the
desktop profile is being used on a computer that uses dolphin. SDL is
legacy according to upstream and evdev should be used instead.

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://bugs.gentoo.org/666558
Signed-off-by: Simon Levermann <simon@slevermann.de>
Closes: https://github.com/gentoo/gentoo/pull/9914

games-emulation/dolphin/dolphin-9999.ebuild

index b22a98646b706cdd8e1942af23c3aa291ea44921..811fc595d32881ea696b4ef907aeb536e31d0359 100644 (file)
@@ -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 -sdl systemd upnp"
 
 RDEPEND="
        dev-libs/hidapi:0=