aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <stephen.arnold42@gmail.com>2015-06-06 09:11:07 -0700
committerSteve Arnold <stephen.arnold42@gmail.com>2015-06-06 09:11:07 -0700
commit82be34a55e373aeb9f38f1426a71d192740a603d (patch)
treee57e3d7569174b184258a47b7907e713c1c7603e /x11-libs
parentupdated webkit to use cairo-gles2 backend (diff)
downloadarm-82be34a55e373aeb9f38f1426a71d192740a603d.tar.gz
arm-82be34a55e373aeb9f38f1426a71d192740a603d.tar.bz2
arm-82be34a55e373aeb9f38f1426a71d192740a603d.zip
updated cairo use deps for embedded
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/cairo/cairo-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
index 8f544a1..883dce1 100644
--- a/x11-libs/cairo/cairo-9999.ebuild
+++ b/x11-libs/cairo/cairo-9999.ebuild
@@ -72,7 +72,8 @@ DEPEND="${RDEPEND}
REQUIRED_USE="
drm? ( X )
gallium? ( drm )
- gles2? ( !opengl )
+ gles2? ( !glx !opengl !drm )
+ glx? ( !gles2 opengl )
xlib-xcb? ( xcb )
"