aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <stephen.arnold42@gmail.com>2015-08-20 09:01:18 -0700
committerSteve Arnold <stephen.arnold42@gmail.com>2015-08-20 09:01:18 -0700
commit08634c2129d139eead68c16f88129a06b247062c (patch)
tree7050f5eecfb0e41604db26d84fbabae20adb172c /net-libs
parentadded imx use flag/config snippet (diff)
downloadarm-08634c2129d139eead68c16f88129a06b247062c.tar.gz
arm-08634c2129d139eead68c16f88129a06b247062c.tar.bz2
arm-08634c2129d139eead68c16f88129a06b247062c.zip
minor use/dep updates for webkit-gtk
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild8
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild6
2 files changed, 7 insertions, 7 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 9e6c90f..f3a7c67 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.4.9.ebuild
@@ -17,14 +17,14 @@ LICENSE="LGPL-2+ BSD"
SLOT="3/25" # soname version of libwebkit2gtk-3.0
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
-IUSE="aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit libsecret +opengl spell wayland +webgl +X"
+IUSE="aqua coverage debug +egl +geoloc gles2 +gstreamer +introspection +jit libsecret opengl spell wayland +webgl +X"
# bugs 372493, 416331
REQUIRED_USE="
geoloc? ( introspection )
gles2? ( egl )
introspection? ( gstreamer )
- webgl? ( ^^ ( gles2 opengl ) )
- !webgl? ( ?? ( gles2 opengl ) )
+ webgl? ( ^^ ( egl opengl ) )
+ !webgl? ( ?? ( egl opengl ) )
|| ( aqua wayland X )
"
@@ -64,7 +64,7 @@ RDEPEND="
wayland? ( >=x11-libs/gtk+-3.10:3[wayland] )
webgl? (
|| ( x11-libs/cairo[opengl]
- x11-libs/cairo[gles2]
+ x11-libs/cairo[egl]
)
x11-libs/libXcomposite
x11-libs/libXdamage )
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 588f898..5da0005 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.8.4.ebuild
@@ -22,13 +22,13 @@ LICENSE="LGPL-2+ BSD"
SLOT="4/37" # soname version of libwebkit2gtk-4.0
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
-IUSE="coverage doc +egl +geoloc gles2 +glx +gstreamer +introspection +jit libsecret neon +opengl spell wayland +webgl X"
+IUSE="coverage doc +egl +geoloc gles2 +glx +gstreamer +introspection +jit libsecret neon opengl spell wayland +webgl X"
REQUIRED_USE="
geoloc? ( introspection )
gles2? ( egl !glx !opengl )
introspection? ( gstreamer )
- webgl? ( ^^ ( gles2 opengl ) )
- !webgl? ( ?? ( gles2 opengl ) )
+ webgl? ( ^^ ( egl opengl ) )
+ !webgl? ( ?? ( egl opengl ) )
^^ ( wayland X )
"