diff options
author | Simon Levermann <simon@slevermann.de> | 2018-09-19 16:14:14 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-09-19 23:17:05 +0100 |
commit | e58cf552ba60b6401242ee5e07de53659d34ee56 (patch) | |
tree | 3876b47a3791121512f6cce0b4cbe7b16cdc8b94 /games-emulation/dolphin | |
parent | dev-python/asciimatics: fix SRC_URI. (diff) | |
download | gentoo-e58cf552ba60b6401242ee5e07de53659d34ee56.tar.gz gentoo-e58cf552ba60b6401242ee5e07de53659d34ee56.tar.bz2 gentoo-e58cf552ba60b6401242ee5e07de53659d34ee56.zip |
games-emulation/dolphin: Disable SDL by default
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
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index b22a98646b70..811fc595d328 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -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= |