summaryrefslogtreecommitdiff
path: root/dev-libs/wayland/wayland-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/wayland/wayland-9999.ebuild')
-rw-r--r--dev-libs/wayland/wayland-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
index 058e90a73824..49ec2b8a68f5 100644
--- a/dev-libs/wayland/wayland-9999.ebuild
+++ b/dev-libs/wayland/wayland-9999.ebuild
@@ -17,10 +17,11 @@ HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/waylan
LICENSE="MIT"
SLOT="0"
-IUSE="doc"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
BDEPEND="
- ~dev-util/wayland-scanner-${PV}[$MULTILIB_USEDEP]
+ ~dev-util/wayland-scanner-${PV}
virtual/pkgconfig
doc? (
>=app-doc/doxygen-1.6[dot]
@@ -41,6 +42,7 @@ multilib_src_configure() {
$(meson_native_true dtd_validation)
-Dlibraries=true
-Dscanner=false
+ $(meson_use test tests)
)
meson_src_configure
}