commit: 16fca2dd392910b7a773caace8126b4293695ed0 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue Oct 24 19:45:11 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue Oct 24 19:45:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fca2dd
net-libs/webkit-gtk: USE=gstreamer,egl requires gst-plugins-bad[egl] now If EGL is enabled, then the gstreamer code (only compiled with USE=gstreamer) will want to include gstreamer egl headers, in addition to gst gl headers Bug: https://bugs.gentoo.org/635144 Package-Manager: Portage-2.3.8, Repoman-2.3.2 net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild index 678d8b2d051..2be3f452f74 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild @@ -69,7 +69,7 @@ RDEPEND=" gstreamer? ( >=media-libs/gstreamer-1.2.3:1.0 >=media-libs/gst-plugins-base-1.2.3:1.0 - >=media-libs/gst-plugins-bad-1.10:1.0[opengl?] ) + >=media-libs/gst-plugins-bad-1.10:1.0[opengl?,egl?] ) X? ( x11-libs/cairo[X]
