Skip to content
Snippets Groups Projects
Commit 7bf83b05 authored by Will Angenent's avatar Will Angenent
Browse files

Fix gentoo dependency for orbutils/calculator

parent 5acde0ab
No related branches found
No related tags found
1 merge request!1324Fix gentoo dependency for orbutils/calculator
......@@ -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
}
##############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment