2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
b2470af3de

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