summaryrefslogtreecommitdiff
path: root/dev-libs/appstream/appstream-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/appstream/appstream-9999.ebuild')
-rw-r--r--dev-libs/appstream/appstream-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild
index 3de4ee41a35..11de9316c10 100644
--- a/dev-libs/appstream/appstream-9999.ebuild
+++ b/dev-libs/appstream/appstream-9999.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/"
LICENSE="LGPL-2.1+ GPL-2+"
# check as_api_level
SLOT="0/4"
-IUSE="apt +introspection qt5 test"
+IUSE="apt doc +introspection qt5 test"
RESTRICT="!test? ( test )"
@@ -39,11 +39,11 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
- app-text/docbook-xml-dtd:4.5
dev-libs/appstream-glib
+ dev-libs/libxslt
dev-util/itstool
- >=dev-util/meson-0.42.0
>=sys-devel/gettext-0.19.8
+ doc? ( app-text/docbook-xml-dtd:4.5 )
test? ( dev-qt/linguist-tools:5 )
"
@@ -65,6 +65,7 @@ src_configure() {
-Dstemming=true
-Dvapi=false
-Dapt-support=$(usex apt true false)
+ -Dinstall-docs=$(usex doc true false)
-Dgir=$(usex introspection true false)
-Dqt=$(usex qt5 true false)
)