Skip to content

Commit

Permalink
Added pkg-config deps for get-generic-sys-util
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Nov 3, 2024
1 parent 3486ef9 commit 90d17f0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions script/get-generic-sys-util/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"deps": [
{
"tags": "detect,os"
},
{
"tags": "get,generic-sys-util,_package.pkg-config",
"skip_if_env": {
"CM_SYS_UTIL_NAME": [
"pkg-config"
]
}
}
],
"new_env_keys": [
Expand Down Expand Up @@ -548,6 +556,19 @@
}
}
},
"pkg-config": {
"env": {
"CM_SYS_UTIL_NAME": "pkg_config"
},
"state": {
"pkg_config": {
"apt": "pkg-config",
"brew": "pkg-config",
"dnf": "pkg-config",
"yum": "pkg-config"
}
}
},
"psmisc": {
"env": {
"CM_SYS_UTIL_NAME": "psmisc"
Expand Down

0 comments on commit 90d17f0

Please sign in to comment.