diff options
author | 2016-03-15 02:59:12 -0400 | |
---|---|---|
committer | 2016-03-15 03:42:01 -0400 | |
commit | a13d06b93673ed218f9ebf96ad77214aed9d800d (patch) | |
tree | 6055da1ec101cfbbe25cd9e1b68069f77a6a1d2c /media-libs | |
parent | games-fps/ut2004-hamsterbash: stable for amd64 and x86 (diff) | |
download | gentoo-a13d06b93673ed218f9ebf96ad77214aed9d800d.tar.gz gentoo-a13d06b93673ed218f9ebf96ad77214aed9d800d.tar.bz2 gentoo-a13d06b93673ed218f9ebf96ad77214aed9d800d.zip |
media-libs/libsdl2: wayland requires gles (bug #576546)
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.4.ebuild | 5 |
1 files 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 9ceaa9bdd9e4..f3cfd7dd31ce 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? ( |