|
@@ -14,6 +14,7 @@ package("util-linux")
|
|
|
add_configs("ipcrm", { description = "Enable ipcrm.", default = false, type = "boolean"})
|
|
|
add_configs("wall", { description = "Enable wall.", default = false, type = "boolean"})
|
|
|
add_configs("libuuid", { description = "Enable libuuid.", default = false, type = "boolean"})
|
|
|
+ add_configs("libmount", { description = "Enable libmount.", default = false, type = "boolean"})
|
|
|
add_configs("libsmartcols", { description = "Enable libsmartcols.", default = false, type = "boolean"})
|
|
|
add_configs("use-tty-group", { description = "Enable use-tty-group.", default = false, type = "boolean"})
|
|
|
add_configs("kill", { description = "Enable kill.", default = false, type = "boolean"})
|