diff --git a/bootstrap.sh b/bootstrap.sh index 8813f9d..b562c99 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -370,6 +370,9 @@ gentoo() echo "Installing cmake..." sudo emerge dev-util/cmake fi + if [ -z "$(ldconfig -p | grep fontconfig)" ]; then + sudo emerge media-libs/fontconfig + fi } ##############################################################################