games-emulation/dolphin: enable USE=egl unconditionally
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 21:43:55 +0000 (21:43 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 21:44:54 +0000 (21:44 +0000)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
games-emulation/dolphin/dolphin-9999.ebuild

index 61d3d08da2bc1718aa0ac790570956dc9bcb58ca..73a44da431c0b51bd4d0a65f4c25d5e9be157149 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 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)
        )