renaming rockspec file and adding optional dependencies as regular dependencies
This commit is contained in:
parent
c62c4d7816
commit
1793f94b00
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ description = {
|
||||||
}
|
}
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua >= 5.1",
|
"lua >= 5.1",
|
||||||
"awesome >= 3.5"
|
"awesome >= 3.5",
|
||||||
|
"alsa-utils",
|
||||||
|
"curl",
|
||||||
|
"imagemagick"
|
||||||
}
|
}
|
||||||
supported_platforms = { "linux" }
|
supported_platforms = { "linux" }
|
||||||
build = {
|
build = {
|
Loading…
Add table
Reference in a new issue