aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-25 11:23:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-25 11:27:24 +0000
commit25c67fcc123d20363fbdb56a0e3f2cff15df8bd5 (patch)
tree60dddadf4f28fa9cb87e27a1380428e1a9578e0e
parent059dabbb03884d5ff2c25357c26cc53e4fe40949 (diff)
main/wayland-protocols: fix pkgconfig install dir
install the *.pc files in /usr/lib/pkgconfig for consistency with the rest of the system. This is also where abuild expect to find them. fixes #10323
-rw-r--r--main/wayland-protocols/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/wayland-protocols/APKBUILD b/main/wayland-protocols/APKBUILD
index 8ae7ae1ae84..28bcd698510 100644
--- a/main/wayland-protocols/APKBUILD
+++ b/main/wayland-protocols/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=wayland-protocols
pkgver=1.17
-pkgrel=0
+pkgrel=1
pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol"
url="http://wayland.freedesktop.org"
arch="noarch"
@@ -22,7 +22,8 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --localstatedir=/var
+ --localstatedir=/var \
+ --with-noarch-pkgconfigdir=/usr/lib/pkgconfig
make
}