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_
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
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
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