summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-01-17 21:33:50 +0200
committerMart Raudsepp <leio@gentoo.org>2019-01-17 21:35:42 +0200
commit423de9362ed2b23efd5129e22b5bf0e13b2648b8 (patch)
tree8c94815e278ecd1596bd0b40252aa556ca979511 /net-libs/webkit-gtk
parentdev-libs/totem-pl-parser: update metadata.xml flag descriptions (diff)
downloadgentoo-423de9362ed2b23efd5129e22b5bf0e13b2648b8.tar.gz
gentoo-423de9362ed2b23efd5129e22b5bf0e13b2648b8.tar.bz2
gentoo-423de9362ed2b23efd5129e22b5bf0e13b2648b8.zip
net-libs/webkit-gtk: require GL
non-GL builds are only meant for some rare use case needs in the embedded world. But they are still broken a bit, so just disallow them for now again. Saves time for those that are for some reason still trying to disable GL fully. Bug: https://bugs.gentoo.org/666806 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-libs/webkit-gtk')
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild
index 09e09a0fa793..24f6c402a5bf 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.22.5.ebuild
@@ -21,7 +21,9 @@ IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer +intros
# webgl needs gstreamer, bug #560612
# gstreamer with opengl/gles2 needs egl
+# non-GL builds are (temporarily?) broken - https://bugs.webkit.org/show_bug.cgi?id=193380
REQUIRED_USE="
+ ^^ ( opengl gles2 )
geolocation? ( introspection )
gles2? ( egl !opengl )
gstreamer? ( opengl? ( egl ) )