install pkg-config file to arch-independent location

It is arch-independent, so no need to install it to /usr/lib*

Cc: Jonas Ådahl <jadahl@gmail.com>
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Igor Gnatenko 2015-11-22 20:51:27 +01:00 committed by Jonas Ådahl
parent 5315fdabd4
commit 25c60496e8
2 changed files with 2 additions and 3 deletions

View file

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

View file

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