summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r--dev-libs/wayland/wayland-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
index 058e90a73824..4a2a7474eea2 100644
--- a/dev-libs/wayland/wayland-9999.ebuild
+++ b/dev-libs/wayland/wayland-9999.ebuild
@@ -17,7 +17,8 @@ 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]
@@ -41,6 +42,7 @@ multilib_src_configure() {
$(meson_native_true dtd_validation)
-Dlibraries=true
-Dscanner=false
+ $(meson_use test tests)
)
meson_src_configure
}