Fix pango build

master
Chris Dorman 2020-12-01 20:31:53 -08:00
parent 897714b5a6
commit 902ff73165
1 changed files with 3 additions and 10 deletions

View File

@ -796,18 +796,11 @@ pango()
cd $pangosrcdir
if [ ! -d build-pango ]; then
mkdir build-pango
cd build-pango
else
cd build-pango
fi
./configure --prefix=$freondir
meson --prefix=$freondir ..
make -j$corecount
ninja
ninja install
make install
cd $tmpdir