From cb46b539827c337ccebc7de8b106028b81a8b756 Mon Sep 17 00:00:00 2001 From: Struma Date: Wed, 24 Feb 2021 09:53:05 -0500 Subject: [PATCH] Remove static dependencies from linux scripts --- linux/install.sh | 5 ----- linux/make_appimg.sh | 5 ----- 2 files changed, 10 deletions(-) diff --git a/linux/install.sh b/linux/install.sh index fa98ee84..b472318e 100755 --- a/linux/install.sh +++ b/linux/install.sh @@ -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..." diff --git a/linux/make_appimg.sh b/linux/make_appimg.sh index 061d3409..e96601ad 100755 --- a/linux/make_appimg.sh +++ b/linux/make_appimg.sh @@ -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..."