commit c6b8a29
hovercats
·
2025-08-19 13:54:34 +0000 UTC
parent d3fa150
freetype-harfbuzz: fix pkgconf flags making the build crash for some reason with muon 0.5.0
1 files changed,
+1,
-2
+1,
-2
1@@ -30,7 +30,6 @@ kiss list icu >/dev/null 2>&1 || icu_enabled=disabled
2
3 muon setup \
4 -Dprefix=/usr \
5- -Dpkg_config_path="$DESTDIR/usr/lib/pkgconfig:/usr/lib/pkgconfig" \
6 -Dbuildtype=release \
7 -Db_colorout=never \
8 -Ddefault_library=both \
9@@ -51,7 +50,7 @@ kiss list icu >/dev/null 2>&1 || icu_enabled=disabled
10 # Point Freetype to the Harfbuzz files.
11 export CPPFLAGS="$CPPFLAGS -I$DESTDIR/usr/include/harfbuzz"
12 export LDFLAGS="$LDFLAGS -L$DESTDIR/usr/lib "
13-export PKG_CONFIG_PATH="$DESTDIR/usr/lib/pkgconfig"
14+export PKG_CONFIG_PATH="$DESTDIR/usr/lib/pkgconfig:/usr/lib/pkgconfig"
15
16 # Point Harfbuzz to the Freetype files.
17 export CPPFLAGS="$CPPFLAGS -I$DESTDIR/usr/include/freetype2"