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

2015-01-28 Thread Bryce Harrington
On Tue, Jan 27, 2015 at 05:32:33PM +0100, sardemff7+wayl...@sardemff7.net wrote: > Once the two things below are fixed: > > Reviewed-by: Quentin Glidic Thanks, applied. cd0cf5a..a4afd90 master -> master P.S. Andrew, we're adopting the practice of putting weston or wayland in the subject li

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

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

2015-01-27 Thread sardemff7+wayland
Once the two things below are fixed: Reviewed-by: Quentin Glidic On 2015-01-26 15:32, Andrew Oakley wrote: 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 G

[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