summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Fiskerstrand <k_f@gentoo.org>2017-06-25 13:15:55 +0200
committerKristian Fiskerstrand <k_f@gentoo.org>2017-06-25 13:16:18 +0200
commitb15df86d0c99397d56b920496ba0eb745a7b6719 (patch)
tree782dffd1aacaa5e85716df680e3b17adf5565b10 /x11-libs/xapps
parentdev-vcs/git: Bump to version 2.13.2 (diff)
downloadgentoo-b15df86d0c99397d56b920496ba0eb745a7b6719.tar.gz
gentoo-b15df86d0c99397d56b920496ba0eb745a7b6719.tar.bz2
gentoo-b15df86d0c99397d56b920496ba0eb745a7b6719.zip
x11-libs/xapps: Add dep on gtk-doc-am
Gentoo-Bug: 622636 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'x11-libs/xapps')
-rw-r--r--x11-libs/xapps/xapps-1.0.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-libs/xapps/xapps-1.0.3.ebuild b/x11-libs/xapps/xapps-1.0.3.ebuild
index 845c739490ae..8b94927b2579 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)
}