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