mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-29 19:44:49 +02:00
Remove static dependencies from linux scripts
This commit is contained in:
parent
388b422b78
commit
cb46b53982
2 changed files with 0 additions and 10 deletions
|
@ -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..."
|
||||
|
|
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue