On Mon, Feb 23, 2015 at 03:10:35PM +0100, [email protected] wrote:
> On 2015-02-17 16:13, Emil Velikov wrote:
> >Currently we use the wayland-scanner executable as found with
> >AC_PATH_PROG, and then check the presence of wayland-scanner.pc
> >
> >Currently the latter is unused even if AC_PATH_PROG fails to find the
> >binary. Rework things to use the pkg-config variable as a fall-back.
> >
> >Cc: Andrew Oakley <[email protected]>
> >Cc: Bill Spitzak <[email protected]>
> >Cc: Daniel Stone <[email protected]>
> >Signed-off-by: Emil Velikov <[email protected]>
> >---
> >  configure.ac | 5 ++---
> >  1 file changed, 2 insertions(+), 3 deletions(-)
> >
> >diff --git a/configure.ac b/configure.ac
> >index 1db9f79..b44675f 100644
> >--- a/configure.ac
> >+++ b/configure.ac
> >@@ -503,11 +503,10 @@ AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes])
> >
> >-PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner)
> >-
> >  AC_CONFIG_FILES([Makefile src/version.h src/weston.pc])
> >
> >  AM_CONDITIONAL([HAVE_GIT_REPO], [test -f $srcdir/.git/logs/HEAD])
> >
> 
> Sorry for jumping late in the thread.
> 
> With AC_ARG_VAR added:
> Reviewed-by: Quentin Glidic <[email protected]>

Thanks, applied:
   01193ae..32318a5  master -> master


Bryce
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to