[PATCH weston] configure.ac: honour the wayland-scanner.pc

Daniel Stone daniel at fooishbar.org
Fri Feb 13 07:24:58 PST 2015


Hi,

On 10 February 2015 at 14:42, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> -AC_PATH_PROG([wayland_scanner], [wayland-scanner])
> +PKG_CHECK_MODULES(WAYLAND_SCANNER, [wayland-scanner],
> +       wayland-scanner=`$PKG_CONFIG --variable=wayland-scanner wayland-scanner,

Missing ` (backtick) at the end.

The nice thing the AC_PATH_PROG check gives us is the ability to
override it on the ./configure command line, which should be preserved
above all autodetection, so I guess your patch should be reworked to
handle that.

Cheers,
Daniel


More information about the wayland-devel mailing list