[PATCH weston 06/11] configure.ac: Make AC_ARG_ENABLE calls consistent
sardemff7+wayland at sardemff7.net
sardemff7+wayland at sardemff7.net
Sun Dec 8 10:57:58 PST 2013
On 08/12/2013 19:45, Quentin Glidic wrote:
> From: Quentin Glidic <sardemff7+git at sardemff7.net>
>
> Signed-off-by: Quentin Glidic <sardemff7+git at sardemff7.net>
> ---
> configure.ac | 128 ++++++++++++++++++++++++++++++++++++++---------------------
> 1 file changed, 83 insertions(+), 45 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index daf81eb..157dc3a 100644
> --- a/configure.ac
> +++ b/configure.ac
> […]
> @@ -158,10 +173,13 @@ fi
>
> PKG_CHECK_MODULES(COMPOSITOR, [$COMPOSITOR_MODULES])
>
> -AC_ARG_ENABLE(wayland-compositor, [ --enable-wayland-compositor],,
> +AC_ARG_ENABLE(wayland-compositor,
> + AS_HELP_STRING([--disable-wayland-compositor],
> + [Disable Wayland (nested) compositor.]),,
> enable_wayland_compositor=yes)
> AM_CONDITIONAL(ENABLE_WAYLAND_COMPOSITOR,
> - test "x$enable_wayland_compositor" = "xyes" -a "x$enable_egl" = "xyes")
> + [test "x$enable_wayland_compositor" = "xyes"
> + -a "x$enable_egl" = "xyes"])
Little fail here, please ignore this chunk. Patch 7/11 is supposed to
include the m4-quoting. I will resend the two patches (or the full
series) after review.
> […]
--
Quentin “Sardem FF7” Glidic
More information about the wayland-devel
mailing list