Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Eduardo Lima (Etrunko)
On 07/10/2013 07:27 PM, Daiki Ueno wrote: > Hi Eduardo, > > "Eduardo Lima (Etrunko)" writes: > >> Is there any specific reason why is the .pc file not being installed in >> standard $(libdir)/pkgconfig such as the others? In ths case the patch >> would simply be something like: >> >> +pkgconfig_

Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Daiki Ueno
Hi Eduardo, "Eduardo Lima (Etrunko)" writes: > Is there any specific reason why is the .pc file not being installed in > standard $(libdir)/pkgconfig such as the others? In ths case the patch > would simply be something like: > > +pkgconfig_DATA += wayland-scanner.pc It is because wayland-scann

Re: [PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-10 Thread Eduardo Lima (Etrunko)
On 07/02/2013 06:38 AM, Daiki Ueno wrote: > diff --git a/src/Makefile.am b/src/Makefile.am > index 4fa7425..4226f63 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -57,6 +57,9 @@ wayland_scanner_SOURCES = \ > wayland_scanner_LDADD = $(EXPAT_LIBS) libwayland-ut

[PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-02 Thread Daiki Ueno
To allow user program to include wayland-scanner.m4 in tarball, move the path variables from it into wayland-scanner.pc. --- Makefile.am | 2 +- configure.ac | 3 ++- src/Makefile.am | 3 +++ src/wayland-scanner-uninstalle