Re: [PATCH weston] configure.ac: make use of wayland-scanner.pc

2015-02-18 Thread Andrew Oakley
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

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

2015-02-17 Thread Andrew Oakley
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

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

2015-02-16 Thread Andrew Oakley
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

Re: [PATCH V4] configure.ac: Fallback to older detection code if pkg-config can't find expat

2015-02-06 Thread Andrew Oakley
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

[PATCH v2 1/1] configure.ac: use pkg-config to find expat

2015-01-27 Thread Andrew Oakley
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

Re: [PATCH 1/1] configure.ac: use pkg-config to find expat

2015-01-27 Thread Andrew Oakley
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

[PATCH 1/1] configure.ac: use pkg-config to find expat

2015-01-27 Thread Andrew Oakley
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