Browse Source

alsa-lib: Add m4 dependencies (#2977)

This fixes the compilation of alsa-lib and libsndio on Linux when autoconf and m4 are not installed
Jérôme Leclercq 1 year ago
parent
commit
b2470af3de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/a/alsa-lib/xmake.lua

+ 1 - 1
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)