On Sun, Nov 22, 2015 at 08:51:27PM +0100, Igor Gnatenko wrote:
> It is arch-independent, so no need to install it to /usr/lib*
> 
> Cc: Jonas Ådahl <jad...@gmail.com>
> Signed-off-by: Igor Gnatenko <i.gnatenko.br...@gmail.com>
> Reviewed-by: Quentin Glidic <sardemff7+...@sardemff7.net>

Seems reasonable. The patch is pushed. Thanks.


Jonas

> ---
>  Makefile.am  | 3 +--
>  configure.ac | 2 +-
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index a32e977..5926a41 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -15,5 +15,4 @@ dist_noinst_DATA =                                          
>                 \
>       $(sort $(foreach p,$(unstable_protocols),$(dir $p)README))              
> \
>       $(NULL)
>  
> -pkgconfigdir = $(libdir)/pkgconfig
> -pkgconfig_DATA = wayland-protocols.pc
> +noarch_pkgconfig_DATA = wayland-protocols.pc
> diff --git a/configure.ac b/configure.ac
> index b97f411..a9b4834 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -21,7 +21,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
>  
>  AM_SILENT_RULES([yes])
>  
> -PKG_PROG_PKG_CONFIG()
> +PKG_NOARCH_INSTALLDIR
>  
>  AC_CONFIG_FILES([
>       Makefile
> -- 
> 2.6.3
> 
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to