2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

freetype-harfbuzz: nit

This commit is contained in:
Dylan Araps 2021-07-06 02:16:08 +03:00
parent 7ee2df0cfb
commit 4c8283c0c1
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -18,10 +18,10 @@ build_harfbuzz() (
export CFLAGS="$CFLAGS -I$1/usr/include/freetype2"
export CXXFLAGS="$CXXFLAGS -I$1/usr/include/freetype2"
export LDFLAGS="$LDFLAGS -L$1/usr/lib"
export DESTDIR="$1"
cd harfbuzz
export DESTDIR="$1"
meson \
--prefix=/usr \
-Dpkg_config_path="$1/usr/lib/pkgconfig" \