diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-21 22:38:04 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 01:19:15 +0100 |
commit | a53a900276847ae7176e3675627ee3422d6e99af (patch) | |
tree | 7418da82f81a4f32f40f3f7334bbc207a066187e /media-libs/cogl | |
parent | media-gfx/fbida: Set USE-defaults for mesa[egl,gbm] (diff) | |
download | gentoo-a53a900276847ae7176e3675627ee3422d6e99af.tar.gz gentoo-a53a900276847ae7176e3675627ee3422d6e99af.tar.bz2 gentoo-a53a900276847ae7176e3675627ee3422d6e99af.zip |
media-libs/cogl: Set USE-defaults for mesa[egl,gbm]
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/cogl')
-rw-r--r-- | media-libs/cogl/cogl-1.22.8-r1.ebuild (renamed from media-libs/cogl/cogl-1.22.8.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/cogl/cogl-1.22.8.ebuild b/media-libs/cogl/cogl-1.22.8-r1.ebuild index 75c0d96cf936..037d055dd7dd 100644 --- a/media-libs/cogl/cogl-1.22.8.ebuild +++ b/media-libs/cogl/cogl-1.22.8-r1.ebuild @@ -40,12 +40,12 @@ COMMON_DEPEND=" media-libs/gst-plugins-base:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.34.2:= ) kms? ( - media-libs/mesa[egl,gbm] + media-libs/mesa[egl(+),gbm(+)] x11-libs/libdrm:= ) pango? ( >=x11-libs/pango-1.20.0[introspection?] ) wayland? ( >=dev-libs/wayland-1.1.90 - media-libs/mesa[egl,wayland] ) + media-libs/mesa[egl(+),wayland] ) " # before clutter-1.7, cogl was part of clutter RDEPEND="${COMMON_DEPEND} |