mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-30 11:22:36 -07:00
freetype-harfbuzz: nit
This commit is contained in:
parent
7ee2df0cfb
commit
4c8283c0c1
@ -18,10 +18,10 @@ build_harfbuzz() (
|
|||||||
export CFLAGS="$CFLAGS -I$1/usr/include/freetype2"
|
export CFLAGS="$CFLAGS -I$1/usr/include/freetype2"
|
||||||
export CXXFLAGS="$CXXFLAGS -I$1/usr/include/freetype2"
|
export CXXFLAGS="$CXXFLAGS -I$1/usr/include/freetype2"
|
||||||
export LDFLAGS="$LDFLAGS -L$1/usr/lib"
|
export LDFLAGS="$LDFLAGS -L$1/usr/lib"
|
||||||
|
export DESTDIR="$1"
|
||||||
|
|
||||||
cd harfbuzz
|
cd harfbuzz
|
||||||
|
|
||||||
export DESTDIR="$1"
|
|
||||||
meson \
|
meson \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
-Dpkg_config_path="$1/usr/lib/pkgconfig" \
|
-Dpkg_config_path="$1/usr/lib/pkgconfig" \
|
||||||
|
Loading…
Reference in New Issue
Block a user