summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-02-22 17:56:43 -0800
committerMatt Turner <mattst88@gmail.com>2015-02-22 17:56:43 -0800
commit60b750af3f3d3895f2cc32424f4d873fd6cbacff (patch)
treec723ea1222efacfeb3fca344a0880dda25ee2d51
parentx11-libs/libxcb: Depend on dev-libs/check for tests. (diff)
downloadx11-60b750af3f3d3895f2cc32424f4d873fd6cbacff.tar.gz
x11-60b750af3f3d3895f2cc32424f4d873fd6cbacff.tar.bz2
x11-60b750af3f3d3895f2cc32424f4d873fd6cbacff.zip
x11-libs/libxcb: Add doc USE flag.
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=534122
-rw-r--r--x11-libs/libxcb/libxcb-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 091dd95d..a7a57d3f 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="selinux test xkb"
+IUSE="doc selinux test xkb"
SLOT="0/${PV}"
RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
@@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
# Note: ${PYTHON_USEDEP} needs to go verbatim
DEPEND="${RDEPEND}
test? ( dev-libs/check[${MULTILIB_USEDEP}] )
+ doc? ( app-doc/doxygen[dot] )
dev-libs/libxslt
${PYTHON_DEPS}
$(python_gen_any_dep \
@@ -42,7 +43,7 @@ pkg_setup() {
src_configure() {
XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc build-docs)
+ $(use_enable doc devel-docs)
$(use_enable selinux)
$(use_enable xkb)
--enable-xinput