diff options
Diffstat (limited to 'repo/util/acpi.xibuild')
-rw-r--r-- | repo/util/acpi.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/acpi.xibuild b/repo/util/acpi.xibuild index f8078f7..6e40c3a 100644 --- a/repo/util/acpi.xibuild +++ b/repo/util/acpi.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="glibc acpid" +DEPS="musl acpid" PKG_VER=1.7 SOURCE=https://downloads.sourceforge.net/acpiclient/acpi-$PKG_VER.tar.gz |