From 5d0e25f3ca625dda4108e77257c0dc50cb5bd583 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Sun, 10 Oct 2021 15:13:27 +0200 Subject: [PATCH] asfd --- scripts/1_Install_Dependencies.sh | 5 ++--- scripts/3_Configure_Source_Code.sh | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index da1a7c8..3b2ad4e 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -44,9 +44,8 @@ _DEPENDENCIES="wget git xorg-server-xvfb \ pixman-devel \ libevent-devel libnotify-devel libvpx-devel \ libXcomposite-devel libSM-devel libXdamage-devel \ - dbus-glib-devel \ - sndio-devel" - + dbus-glib-devel" + # Installs Dependencies printf "\nInstalling dependencies: $_DEPENDENCIES\n"; xbps-install -Sy $_DEPENDENCIES diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 1e20d47..edc8dac 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -73,7 +73,6 @@ ac_add_options --allow-addon-sideload # Features ac_add_options --enable-alsa ac_add_options --enable-jack -ac_add_options --enable-sndio ac_add_options --disable-crashreporter ac_add_options --disable-updater ac_add_options --disable-tests