Skip to content

Commit

Permalink
alsa-lib: Add m4 dependencies (#2977)
Browse files Browse the repository at this point in the history
This fixes the compilation of alsa-lib and libsndio on Linux when autoconf and m4 are not installed
  • Loading branch information
SirLynix authored Dec 21, 2023
1 parent dee70dd commit b2470af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/a/alsa-lib/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package("alsa-lib")
end

if not is_plat("windows") then
add_deps("autoconf", "automake", "libtool")
add_deps("autoconf", "automake", "libtool", "m4")
end

on_install("linux", function (package)
Expand Down

0 comments on commit b2470af

Please sign in to comment.