mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix gentoo dependency for orbutils/calculator
This commit is contained in:
parent
5acde0ab8b
commit
7bf83b05ac
@ -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
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user