This creates a new command line option to store pkg_config_path into, and store the environment variable into that option. Currently this works like the environment variable, for both cross and native targets.pull/4931/head
parent
25eb86382b
commit
569e646e1e
6 changed files with 31 additions and 13 deletions
@ -0,0 +1,7 @@ |
||||
prefix=/ |
||||
libdir=${prefix}/lib |
||||
includedir=${prefix}/include |
||||
|
||||
Name: totally_made_up_dep |
||||
Description: completely and totally made up for a test case |
||||
Version: 1.2.3 |
@ -0,0 +1,3 @@ |
||||
project('pkg_config_path option') |
||||
|
||||
dependency('totally_made_up_dep', method : 'pkg-config') |
Loading…
Reference in new issue