aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <stephen.arnold42@gmail.com>2015-09-22 09:40:37 -0700
committerSteve Arnold <stephen.arnold42@gmail.com>2015-09-22 09:40:37 -0700
commit293ac5c662f593dda0c363abd94fb771c63c54f8 (patch)
treee29f2abb2fd58830473df2586575a7ba0e7b9201 /net-libs
parentadded package metadata file (diff)
downloadarm-293ac5c662f593dda0c363abd94fb771c63c54f8.tar.gz
arm-293ac5c662f593dda0c363abd94fb771c63c54f8.tar.bz2
arm-293ac5c662f593dda0c363abd94fb771c63c54f8.zip
net-libs/webkit-gtk: updated gl required use from egl to gles2
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild4
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild
index f3a7c67..7c1c46a 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild
@@ -23,8 +23,8 @@ REQUIRED_USE="
geoloc? ( introspection )
gles2? ( egl )
introspection? ( gstreamer )
- webgl? ( ^^ ( egl opengl ) )
- !webgl? ( ?? ( egl opengl ) )
+ webgl? ( ^^ ( gles2 opengl ) )
+ !webgl? ( ?? ( gles2 opengl ) )
|| ( aqua wayland X )
"
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild
index 5da0005..5362ef0 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild
@@ -27,8 +27,8 @@ REQUIRED_USE="
geoloc? ( introspection )
gles2? ( egl !glx !opengl )
introspection? ( gstreamer )
- webgl? ( ^^ ( egl opengl ) )
- !webgl? ( ?? ( egl opengl ) )
+ webgl? ( ^^ ( gles2 opengl ) )
+ !webgl? ( ?? ( gles2 opengl ) )
^^ ( wayland X )
"