mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-05 21:53:03 +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
|
# Required by Ubuntu
|
||||||
get_dep ruby
|
get_dep ruby
|
||||||
get_dep sndio
|
|
||||||
|
|
||||||
# Required by Fedora & Manjaro
|
# Required by Fedora & Manjaro
|
||||||
get_dep libXss
|
|
||||||
get_dep libjpeg
|
|
||||||
get_dep libcrypt
|
get_dep libcrypt
|
||||||
get_dep libbsd
|
get_dep libbsd
|
||||||
get_dep tinfo
|
|
||||||
get_dep readline
|
|
||||||
|
|
||||||
if [ -n "$STEAM" ]; then
|
if [ -n "$STEAM" ]; then
|
||||||
echo "Copying steam_api..."
|
echo "Copying steam_api..."
|
||||||
|
|
|
@ -14,15 +14,10 @@ mkdir -p ${MESON_INSTALL_PREFIX}/usr/lib
|
||||||
|
|
||||||
# Required by Ubuntu
|
# Required by Ubuntu
|
||||||
get_dep ruby
|
get_dep ruby
|
||||||
get_dep sndio
|
|
||||||
|
|
||||||
# Required by Fedora & Manjaro
|
# Required by Fedora & Manjaro
|
||||||
get_dep libXss
|
|
||||||
get_dep libjpeg
|
|
||||||
get_dep libcrypt
|
get_dep libcrypt
|
||||||
get_dep libbsd
|
get_dep libbsd
|
||||||
get_dep tinfo
|
|
||||||
get_dep readline
|
|
||||||
|
|
||||||
if [ -n "$STEAM" ]; then
|
if [ -n "$STEAM" ]; then
|
||||||
echo "Copying steam_api..."
|
echo "Copying steam_api..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue