summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-12-22 22:12:59 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-12-22 22:13:35 +0100
commit77261817e02fc46fe021c79e6a7266988331c008 (patch)
tree03bb3a911346ba9821ef381153af2ab728c53ae9 /dev-libs/efl
parentmedia-gfx/fbgrab: Drop old (diff)
downloadgentoo-77261817e02fc46fe021c79e6a7266988331c008.tar.gz
gentoo-77261817e02fc46fe021c79e6a7266988331c008.tar.bz2
gentoo-77261817e02fc46fe021c79e6a7266988331c008.zip
dev-libs/efl: USE=egl needs USE=gles
Closes: https://bugs.gentoo.org/673460 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/efl')
-rw-r--r--dev-libs/efl/efl-1.20.7-r2.ebuild (renamed from dev-libs/efl/efl-1.20.7-r1.ebuild)3
-rw-r--r--dev-libs/efl/efl-1.21.1-r2.ebuild (renamed from dev-libs/efl/efl-1.21.1-r1.ebuild)1
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/efl/efl-1.20.7-r1.ebuild b/dev-libs/efl/efl-1.20.7-r2.ebuild
index 69bf06a886f0..e340440bf9b2 100644
--- a/dev-libs/efl/efl-1.20.7-r1.ebuild
+++ b/dev-libs/efl/efl-1.20.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,6 +17,7 @@ IUSE="avahi +bmp dds connman debug doc drm +eet egl examples fbcon +fontconfig f
REQUIRED_USE="
?? ( opengl egl )
?? ( opengl gles )
+ egl ( gles )
fbcon? ( !tslib )
gles? (
|| ( X wayland )
diff --git a/dev-libs/efl/efl-1.21.1-r1.ebuild b/dev-libs/efl/efl-1.21.1-r2.ebuild
index 9137603b99c2..609c8e0bae66 100644
--- a/dev-libs/efl/efl-1.21.1-r1.ebuild
+++ b/dev-libs/efl/efl-1.21.1-r2.ebuild
@@ -17,6 +17,7 @@ IUSE="+bmp dds connman debug drm +eet egl examples fbcon +fontconfig fribidi gif
REQUIRED_USE="
?? ( opengl egl )
?? ( opengl gles )
+ egl ( gles )
fbcon? ( !tslib )
gles? (
|| ( X wayland )