From 03bf5e3c2a8a3f5eb2c20c02d460d9d68ff96f90 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 25 Nov 2018 21:43:55 +0000 Subject: games-emulation/dolphin: enable USE=egl unconditionally Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- games-emulation/dolphin/dolphin-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games-emulation') diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 61d3d08da2bc..73a44da431c0 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 systemd upnp" +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg libav log lto profile pulseaudio +qt5 systemd upnp" RDEPEND=" dev-libs/hidapi:0= @@ -30,6 +30,7 @@ RDEPEND=" dev-libs/pugixml:0= media-libs/libpng:0= media-libs/libsfml + media-libs/mesa[egl] net-libs/enet:1.3 net-libs/mbedtls net-misc/curl:0= @@ -42,7 +43,6 @@ RDEPEND=" virtual/opengl alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) - egl? ( media-libs/mesa[egl] ) evdev? ( dev-libs/libevdev virtual/udev @@ -131,7 +131,6 @@ src_configure() { -DFASTLOG=$(usex log) -DOPROFILING=$(usex profile) -DUSE_DISCORD_PRESENCE=$(usex discord-presence) - -DUSE_EGL=$(usex egl) -DUSE_SHARED_ENET=ON -DUSE_UPNP=$(usex upnp) ) -- cgit v1.2.3-65-gdbad