diff --git a/scripts/games_and_emulators/melonDS.sh b/scripts/games_and_emulators/melonDS.sh index d38c6f61..9f8c3f7d 100755 --- a/scripts/games_and_emulators/melonDS.sh +++ b/scripts/games_and_emulators/melonDS.sh @@ -44,7 +44,7 @@ esac echo "Installing dependencies..." sleep 1 -sudo apt install cmake extra-cmake-modules libcurl4-openssl-dev libpcap0.8-dev libsdl2-dev libslirp-dev libarchive-dev libepoxy-dev libzstd-dev libwayland-dev -y || error "Could not install dependencies" +sudo apt install cmake extra-cmake-modules libcurl4-openssl-dev libpcap0.8-dev libsdl2-dev libslirp-dev libarchive-dev libepoxy-dev libzstd-dev libwayland-dev libenet-dev -y || error "Could not install dependencies" echo "Building MelonDS..." sleep 1