diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-10-24 22:45:11 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-10-24 22:45:11 +0300 |
commit | 16fca2dd392910b7a773caace8126b4293695ed0 (patch) | |
tree | f4e3dfef8c03de16d23cb341973bbb0a04d91d5d /net-libs | |
parent | x11-base/xorg-server: stable 1.19.5 for hppa, bug #633910 (diff) | |
download | gentoo-16fca2dd392910b7a773caace8126b4293695ed0.tar.gz gentoo-16fca2dd392910b7a773caace8126b4293695ed0.tar.bz2 gentoo-16fca2dd392910b7a773caace8126b4293695ed0.zip |
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
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 678d8b2d0515..2be3f452f740 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] |