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

2015-12-03 Thread Bryce Harrington
On Thu, Dec 03, 2015 at 11:57:24PM +0100, Quentin Glidic wrote: > On 03/12/2015 23:45, 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 Harringto

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

2015-12-03 Thread Peter Hutterer
On Thu, Dec 03, 2015 at 02:45:14PM -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 > C

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

2015-12-03 Thread Quentin Glidic
On 03/12/2015 23:45, 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 Cc: Peter Hutterer --- Changes fro

[PATCH v2] 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 Cc: Peter Hutterer --- Changes from v1 - Document why the work around is needed