diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-10-25 23:25:16 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-10-25 23:28:58 +0300 |
commit | 3f7a55cf8c277a5f72051aadad326a51a500dd51 (patch) | |
tree | e42b5191b626679a2b8a66ac195ae3a1dc97ac61 /media-libs/gst-plugins-bad | |
parent | dev-perl/Heap: Enable tests (diff) | |
download | gentoo-3f7a55cf8c277a5f72051aadad326a51a500dd51.tar.gz gentoo-3f7a55cf8c277a5f72051aadad326a51a500dd51.tar.bz2 gentoo-3f7a55cf8c277a5f72051aadad326a51a500dd51.zip |
media-libs/gst-plugins-bad: Default enable egl and opengl for webkit-gtk and 21st century, fix USE=egl to matter
webkit-gtk IUSE default enables egl and gstreamer, while now requiring gstreamer[egl] in that
case as well. So try out default enabling egl here to work out of the box, plus opengl so we
don't hit our own newly added constraint of wanting opengl or gles2 with USE=egl (otherwise
USE=egl has no effect, because if neither is defined, the EGL code isn't built at all, as it's
part of the gstgl library).
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'media-libs/gst-plugins-bad')
-rw-r--r-- | media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild index 4856dce20a76..bf14c1dc536e 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.12.3.ebuild @@ -12,11 +12,12 @@ HOMEPAGE="https://gstreamer.freedesktop.org/" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="X bzip2 egl gles2 gtk +introspection opengl +orc vcd vnc wayland" +IUSE="X bzip2 +egl gles2 gtk +introspection +opengl +orc vcd vnc wayland" REQUIRED_USE=" gles2? ( !opengl ) opengl? ( X ) wayland? ( egl ) + egl? ( || ( opengl gles2 ) ) " # X11 is automagic for now, upstream #709530 |