Remove static dependencies from linux scripts

This commit is contained in:
Struma 2021-02-24 09:53:05 -05:00 committed by Roza
parent 388b422b78
commit cb46b53982
2 changed files with 0 additions and 10 deletions

View file

@ -14,15 +14,10 @@ mkdir -p ${MESON_INSTALL_PREFIX}/lib$ARCH
# Required by Ubuntu
get_dep ruby
get_dep sndio
# Required by Fedora & Manjaro
get_dep libXss
get_dep libjpeg
get_dep libcrypt
get_dep libbsd
get_dep tinfo
get_dep readline
if [ -n "$STEAM" ]; then
echo "Copying steam_api..."

View file

@ -14,15 +14,10 @@ mkdir -p ${MESON_INSTALL_PREFIX}/usr/lib
# Required by Ubuntu
get_dep ruby
get_dep sndio
# Required by Fedora & Manjaro
get_dep libXss
get_dep libjpeg
get_dep libcrypt
get_dep libbsd
get_dep tinfo
get_dep readline
if [ -n "$STEAM" ]; then
echo "Copying steam_api..."