[PATCH weston 2/2] build: do not run xwayland test for distcheck

Pekka Paalanen ppaalanen at gmail.com
Wed Aug 20 02:21:50 PDT 2014


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

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 <pekka.paalanen at collabora.co.uk>
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a8ca3ba..b2d6893 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
 
-- 
1.8.5.5



More information about the wayland-devel mailing list