Re: [PATCH weston 2/7] autotools: Define paths in configure.ac

2013-06-20 Thread Quentin Glidic
On 20/06/2013 21:09, Kristian Høgsberg wrote: On Tue, Jun 18, 2013 at 09:11:29AM +0200, Quentin Glidic wrote: -pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = weston.pc I'm not sure we want this, it's convention to define the *dir variable in the Makefile.am along with the dependent vari

Re: [PATCH weston 2/7] autotools: Define paths in configure.ac

2013-06-20 Thread Kristian Høgsberg
On Tue, Jun 18, 2013 at 09:11:29AM +0200, Quentin Glidic wrote: > From: Quentin Glidic > > Signed-off-by: Quentin Glidic > --- > configure.ac | 26 ++ > man/Makefile.am | 2 +- > src/Makefile.am | 2 -- > src/weston.pc.in | 4 ++--

[PATCH weston 2/7] autotools: Define paths in configure.ac

2013-06-18 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- configure.ac | 26 ++ man/Makefile.am | 2 +- src/Makefile.am | 2 -- src/weston.pc.in | 4 ++-- src/xwayland/Makefile.am | 1 - 5 files changed, 29 insertions(+), 6 deletion