mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-08 13:38:04 +02:00
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:
parent
5315fdabd4
commit
25c60496e8
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue