config variable as a fall-back.
Reviewed-by: Andrew Oakley
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel
On 16/02/15 22:07, Daniel Stone wrote:
> Hi,
>
> On 16 February 2015 at 20:46, Bill Spitzak wrote:
>> I'm pretty certain there was an old version that looked in the PATH, but
>> this has the really unfortunate effect that the build does not work, you
>> have to manually create the wayland_scanner
On 10/02/15 14:42, Emil Velikov wrote:
> Currently we use the wayland-scanner executable as found with
> AC_PATH_PROG, and after that check the presence of wayland-scanner.pc
>
> Even if the latter is pointing to another wayland-scanner we silently
> ignore it. Rework things to check for the relev
ing this would cause any trouble as expat has been
distributing pc files for many years.
Reviewed-by: Andrew Oakley
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel
This is now done in the same way as the libffi dependency and still
allows the library to be installed in a non-standard location (with
PKG_CONFIG_PATH).
---
Makefile.am | 1 +
configure.ac | 11 +--
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/Makefile.am b/Makefile.a
On 27/01/15 16:32, sardemff7+wayl...@sardemff7.net wrote:
> Once the two things below are fixed:
>
> Reviewed-by: Quentin Glidic
Thanks for the review, didn't know about the AM_CFLAGS thing!
___
wayland-devel mailing list
wayland-devel@lists.freedeskto
This is now done in the same way as the libffi dependency and still
allows the library to be installed in a non-standard location (with
PKG_CONFIG_PATH).
We also now enable the normal GCC options when building the scanner.
---
Makefile.am | 1 +
configure.ac | 11 +--
2 files changed, 2