commit:     a13d06b93673ed218f9ebf96ad77214aed9d800d
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 06:59:12 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 07:42:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13d06b9

media-libs/libsdl2: wayland requires gles (bug #576546)

Package-Manager: portage-2.2.26

 media-libs/libsdl2/libsdl2-2.0.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.4.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.4.ebuild
index 9ceaa9b..f3cfd7d 100644
--- a/media-libs/libsdl2/libsdl2-2.0.4.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,6 +24,7 @@ REQUIRED_USE="
        nas? ( sound )
        opengl? ( video )
        pulseaudio? ( sound )
+       wayland ( gles )
        xinerama? ( X )
        xscreensaver? ( X )"
 
@@ -42,7 +43,7 @@ RDEPEND="
        udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
        wayland? (
                >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}]
-               >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},wayland]
+               >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},egl,gles2,wayland]
                >=x11-libs/libxkbcommon-0.2.0[${MULTILIB_USEDEP}]
        )
        X? (

Reply via email to