summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-32/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-05-03 11:42:30 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-05-03 11:42:30 +1000
commitd1ce05a049d2026d8480c742101996b8f817c4c7 (patch)
tree5b1b182bab68a265d8c2255202f42d67419a5103 /gdk-pixbuf-32/Pkgfile
parent0da8ff4b33d466edcbcd58eabdfc98ba1d58dae4 (diff)
downloadcompat-32-d1ce05a049d2026d8480c742101996b8f817c4c7.tar.gz
compat-32-d1ce05a049d2026d8480c742101996b8f817c4c7.tar.xz
gdk-pixbuf-32: fix build with pkgconfig paths due to the addition of gobject-introspection
Diffstat (limited to 'gdk-pixbuf-32/Pkgfile')
-rw-r--r--gdk-pixbuf-32/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf-32/Pkgfile b/gdk-pixbuf-32/Pkgfile
index 88cdacbf..84bb41ff 100644
--- a/gdk-pixbuf-32/Pkgfile
+++ b/gdk-pixbuf-32/Pkgfile
@@ -11,7 +11,7 @@ source=(https://download.gnome.org/sources/${name%-*}/${version%.*}/${name%-*}-$
build() {
cd ${name%-*}-$version
- export PKG_CONFIG_PATH+=":/usr/share/pkgconfig"
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig'
meson build --prefix=/usr --libdir=/usr/lib32 \
-Dinstalled_tests=false \

Generated by cgit