[PATCH weston 2/2] build: do not run xwayland test for distcheck
Boyan Ding
stu_dby at 126.com
Wed Aug 20 03:27:06 PDT 2014
These two patches are
Reviewed-by: Boyan Ding <stu_dby at 126.com>
On Wed, 2014-08-20 at 12:21 +0300, Pekka Paalanen wrote:
> 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
>
More information about the wayland-devel
mailing list