Re: [PATCH] configure.ac: Fix compatibility for older pkg-config versions

2015-12-03 Thread Bryce Harrington
On Fri, Dec 04, 2015 at 08:11:51AM +1000, Peter Hutterer wrote: > On Thu, Dec 03, 2015 at 01:43:44PM -0800, Bryce Harrington wrote: > > noarch_pkgconfigdir is not available on oldish pkg-config's. Among > > other things this affects Wayland's nightly auto-build Ubuntu 14.04 > > PPAs. > > > > Sign

Re: [PATCH] configure.ac: Fix compatibility for older pkg-config versions

2015-12-03 Thread Peter Hutterer
On Thu, Dec 03, 2015 at 01:43:44PM -0800, Bryce Harrington wrote: > noarch_pkgconfigdir is not available on oldish pkg-config's. Among > other things this affects Wayland's nightly auto-build Ubuntu 14.04 > PPAs. > > Signed-off-by: Bryce Harrington > Cc: Pekka Paalanen > Cc: Quentin Glidic > -

[PATCH] configure.ac: Fix compatibility for older pkg-config versions

2015-12-03 Thread Bryce Harrington
noarch_pkgconfigdir is not available on oldish pkg-config's. Among other things this affects Wayland's nightly auto-build Ubuntu 14.04 PPAs. Signed-off-by: Bryce Harrington Cc: Pekka Paalanen Cc: Quentin Glidic --- compat.m4| 9 + configure.ac | 2 ++ 2 files changed, 11 insertion