From 3d3f48548ad4691fbc7fbc12486ff61bca0779df Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 20 Aug 2014 12:11:04 +0300 Subject: [PATCH] build: do not run xwayland test for distcheck The Xwayland test has been broken ever since the migration to the stand-alone Xwayland server binary. Disable the test, so 'make distcheck' can actually run. Signed-off-by: Pekka Paalanen Reviewed-by: Boyan Ding --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a8ca3ba3..b2d68935 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ module_LTLIBRARIES = noinst_LTLIBRARIES = BUILT_SOURCES = -AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install +# Do not run xwayland test while it is known broken. +AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install --disable-xwayland-test EXTRA_DIST = weston.ini.in