Skip to content

Commit

Permalink
alephone - added missing libopenal-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Mar 11, 2023
1 parent dcda1df commit 56772c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/ports/alephone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function _get_branch_alephone() {
}

function depends_alephone() {
local depends=(libboost-all-dev libspeexdsp-dev libzzip-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev autoconf automake libboost-system-dev libcurl4-openssl-dev autoconf-archive)
local depends=(libboost-all-dev libspeexdsp-dev libzzip-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev autoconf automake libboost-system-dev libcurl4-openssl-dev autoconf-archive libopenal-dev)
if [[ "$__os_debian_ver" -ge 9 ]] || [[ -n "$__os_ubuntu_ver" ]]; then
depends+=(libsdl2-dev libsdl2-net-dev libsdl2-image-dev libsdl2-ttf-dev libglu1-mesa-dev libgl1-mesa-dev)
else
Expand Down

0 comments on commit 56772c4

Please sign in to comment.