Re: [PATCH weston v2] configure.ac: use PKG_CHECK_VAR for wayland-protocols

2017-12-05 Thread Daniel Stone
Hi, On 18 July 2017 at 14:31, Pekka Paalanen wrote: > On Fri, 7 Jul 2017 10:51:16 +0200 Olivier Blin > wrote: >> Also note that this requires a relatively new pkg-config for PKG_CHECK_VAR. >> The macro appeared in pkg-config 0.28, from January 2013. >> >> It is for example not available in Ubun

Re: [PATCH weston v2] configure.ac: use PKG_CHECK_VAR for wayland-protocols

2017-07-18 Thread Pekka Paalanen
On Fri, 7 Jul 2017 10:51:16 +0200 Olivier Blin wrote: > Le 06/07/2017 à 14:49, Olivier Blin a écrit : > > This allows to override the wayland-protocols pkgdatadir with the > > WAYLAND_PROTOCOLS_DATADIR environment variable. > > > > pkgconfig would return an absolute path in /usr/share/wayland-pro

Re: [PATCH weston v2] configure.ac: use PKG_CHECK_VAR for wayland-protocols

2017-07-07 Thread Olivier Blin
Le 06/07/2017 à 14:49, Olivier Blin a écrit : This allows to override the wayland-protocols pkgdatadir with the WAYLAND_PROTOCOLS_DATADIR environment variable. pkgconfig would return an absolute path in /usr/share/wayland-protocols for the pkgdatadir value, which is not suitable for cross-compil

[PATCH weston v2] configure.ac: use PKG_CHECK_VAR for wayland-protocols

2017-07-06 Thread Olivier Blin
This allows to override the wayland-protocols pkgdatadir with the WAYLAND_PROTOCOLS_DATADIR environment variable. pkgconfig would return an absolute path in /usr/share/wayland-protocols for the pkgdatadir value, which is not suitable for cross-compiling. The pkgdatadir is not affected by the PKG_