diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-17 16:57:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-18 19:52:38 +0100 |
commit | dd7a0ad447d6c541bbc124be0b6b4f3f090b4600 (patch) | |
tree | 7447854f245a75763581abc7c589f0e5bd10bccb /profiles/use.desc | |
parent | profiles/use.desc: Make USE=gles2 global (diff) | |
download | gentoo-dd7a0ad447d6c541bbc124be0b6b4f3f090b4600.tar.gz gentoo-dd7a0ad447d6c541bbc124be0b6b4f3f090b4600.tar.bz2 gentoo-dd7a0ad447d6c541bbc124be0b6b4f3f090b4600.zip |
profiles/use.desc: Make USE=egl global
Add a global USE=egl flag. It is used semi-consistently in 13 packages,
though some use it as "EGL only" flag (there is also one using
USE=egl-only).
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index f0199949f2f5..1666df7ed489 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -72,6 +72,7 @@ dvb - Add support for DVB (Digital Video Broadcasting) dvd - Add support for DVDs dvdr - Add support for DVD writer hardware (e.g. in xcdroast) eds - Enable support for Evolution-Data-Server (EDS) +egl - Enable EGL (Embedded-System Graphics Library, interfacing between windowing system and OpenGL/GLES) support elogind - Enable session tracking via sys-auth/elogind emacs - Add support for GNU Emacs emboss - Add support for the European Molecular Biology Open Software Suite |