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>
# 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 ) )