alsa-lib: Add m4 dependencies (#2977)

This fixes the compilation of alsa-lib and libsndio on Linux when autoconf and m4 are not installed
pull/2981/head
Jérôme Leclercq 1 year ago committed by GitHub
parent dee70dd480
commit b2470af3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/a/alsa-lib/xmake.lua

@ -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)

Loading…
Cancel
Save