These are mostly duplicated with pkg-config, but maybe someone has one but not another, and they're easy to turn on with the ConfigToolDependency.pull/7757/head
parent
354c1c1d09
commit
7d11d7cf68
6 changed files with 44 additions and 3 deletions
@ -0,0 +1,4 @@ |
||||
## Improvements for the builtin curses dependency |
||||
|
||||
This method has been extended to use config-tools for lookup as well as |
||||
pkg-config. |
@ -0,0 +1,6 @@ |
||||
option( |
||||
'method', |
||||
type : 'combo', |
||||
choices : ['pkg-config', 'config-tool'], |
||||
value : 'pkg-config', |
||||
) |
@ -0,0 +1,10 @@ |
||||
{ |
||||
"matrix": { |
||||
"options": { |
||||
"method": [ |
||||
{ "val": "pkg-config" }, |
||||
{ "val": "config-tool" } |
||||
] |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue