Add missing pango dependence
This commit is contained in:
parent
b477f40a7f
commit
dcd2123026
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ if ! [ -x "$(command -v brew)" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
BREW_PACKAGES="boost cairo fontconfig freetype gettext glib graphite2 harfbuzz libffi libpng openssl@1.1 pcre pixman readline wget"
|
||||
BREW_PACKAGES="boost cairo fontconfig freetype gettext glib graphite2 harfbuzz libffi libpng openssl@1.1 pango pcre pixman readline wget"
|
||||
for PACKAGE in ${BREW_PACKAGES}; do
|
||||
brew_install ${PACKAGE}
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue