diff options
author | 2018-08-29 09:40:27 +0300 | |
---|---|---|
committer | 2018-08-30 00:56:32 +0300 | |
commit | 8ec12ec34e67e1fea6139a3f0721709c463aface (patch) | |
tree | f7811fd2dc293506fcb33bd0ec91501eab6ad207 /profiles | |
parent | net-libs/zeromq: move sparc keywords forward (diff) | |
download | gentoo-8ec12ec34e67e1fea6139a3f0721709c463aface.tar.gz gentoo-8ec12ec34e67e1fea6139a3f0721709c463aface.tar.bz2 gentoo-8ec12ec34e67e1fea6139a3f0721709c463aface.zip |
use.desc: Introduce 'gtk-doc' global USE flag
gtk-doc API docs are not shipped pregenerated with meson anymore, thus
developers might want to enable these kind of docs globally, independent
of everything else that USE=doc covers. Therefore introduce a separate
USE flag for this directly as a global USE flag, as many meson ports, to
be committed soon, will make use of it instead of USE=doc.
This is meant for cases where gtk-doc is otherwise not installed.
Typically autotools based build systems pregenerate gtk-docs into disted
tarball and such a USE flag is not necessary there, as the configure
argument makes it only regenerate it.
Link: https://archives.gentoo.org/gentoo-dev/message/f399ebe56c25ab895eb36a236747d76e
Diffstat (limited to 'profiles')
-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 36fa72009cb4..b03b5b9dade7 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -128,6 +128,7 @@ gsl - Use the GNU scientific library for calculations gsm - Add support for the gsm lossy speech compression codec gstreamer - Add support for media-libs/gstreamer (Streaming media) gtk - Add support for x11-libs/gtk+ (The GIMP Toolkit) +gtk-doc - Build and install gtk-doc based developer documentation for dev-util/devhelp, IDE and offline use guile - Add support for the guile Scheme interpreter gzip - Compress files with Lempel-Ziv coding (LZ77) handbook - Enable handbooks generation for packages by KDE |