commit: b15df86d0c99397d56b920496ba0eb745a7b6719 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org> AuthorDate: Sun Jun 25 11:15:55 2017 +0000 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org> CommitDate: Sun Jun 25 11:16:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15df86d
x11-libs/xapps: Add dep on gtk-doc-am Gentoo-Bug: 622636 Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-libs/xapps/xapps-1.0.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-libs/xapps/xapps-1.0.3.ebuild b/x11-libs/xapps/xapps-1.0.3.ebuild index 845c739490a..8b94927b257 100644 --- a/x11-libs/xapps/xapps-1.0.3.ebuild +++ b/x11-libs/xapps/xapps-1.0.3.ebuild @@ -27,6 +27,7 @@ RDEPEND=" " DEPEND="${RDEPEND} sys-devel/gettext + dev-util/gtk-doc-am " src_prepare() { @@ -37,6 +38,8 @@ src_prepare() { src_configure() { econf \ + --enable-gtk-doc \ + --enable-gtk-doc-html \ $(use_enable introspection) \ $(use_enable static-libs static) }