diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-09-30 22:18:56 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-09-30 22:33:49 +0100 |
commit | 2cbc944548b2e15a3a39561968b4c9acbb8469b5 (patch) | |
tree | 541f2365aa0aa95ffcf769ece434ad0641ce8f82 /media-libs | |
parent | media-libs/allegro: Patch around GLX_RGBA_FLOAT_BIT issue in 4.4.2 (diff) | |
download | gentoo-2cbc944548b2e15a3a39561968b4c9acbb8469b5.tar.gz gentoo-2cbc944548b2e15a3a39561968b4c9acbb8469b5.tar.bz2 gentoo-2cbc944548b2e15a3a39561968b4c9acbb8469b5.zip |
media-libs/allegro: Don't build info docs due to texinfo 6.7 breakage
The texinfo dependency had not been specified so they were effectively
automagic anyway. I don't think anyone needs info docs for an older
version, especially when there are still man pages and HTML docs.
Closes: https://bugs.gentoo.org/695934
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/allegro/allegro-4.4.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/allegro/allegro-4.4.2-r2.ebuild b/media-libs/allegro/allegro-4.4.2-r2.ebuild index dba29ec2a94d..e808173e2f33 100644 --- a/media-libs/allegro/allegro-4.4.2-r2.ebuild +++ b/media-libs/allegro/allegro-4.4.2-r2.ebuild @@ -62,9 +62,9 @@ src_configure() { # WANT_EXAMPLES doesn't install anything local mycmakeargs=( -DDOCDIR=share/doc - -DINFODIR=share/info -DMANDIR=share/man -DWANT_ALSA=$(usex alsa) + -DWANT_DOCS_INFO=OFF -DWANT_EXAMPLES=OFF -DWANT_JACK=$(usex jack) -DWANT_JPGALLEG=$(usex jpeg) |