Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync (6/8): process one file at a time | Thierry Vignaud | 2014-09-09 | 1 | -4/+2 |
| | |||||
* | sync (5/8): just export the variable | Thierry Vignaud | 2014-09-09 | 1 | -4/+4 |
| | |||||
* | sync (4:8) define PKG_CONFIG_PATH like upstream | Thierry Vignaud | 2014-09-09 | 1 | -2/+4 |
| | |||||
* | sync (3:8): kill stupid test, just merge with case | Thierry Vignaud | 2014-09-09 | 1 | -11/+5 |
| | |||||
* | sync (2/8): kill useless test | Thierry Vignaud | 2014-09-09 | 1 | -9/+4 |
| | |||||
* | sync with upstream (1/8): Require pkg-config 0.24 | Thierry Vignaud | 2014-09-09 | 1 | -0/+5 |
| | | | | for creating pkgconfig() dependencies | ||||
* | Add pkgconfig package requires for private requires | Colin Guthrie | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | - Try a little bit harder to detect .pc files. Now, it tries only .pc files | Arnaud Patard | 2011-04-28 | 1 | -4/+8 |
| | | | | | | with file path containing pkgconfig. This should avoid build failures when pkgconfig ends up trying to parse README.pc files of some packages. | ||||
* | fix typo in variable name | Nicolas Vigier | 2011-03-23 | 1 | -2/+2 |
| | |||||
* | check if the list of .pc files is not null before running pkg-config on it | Nicolas Vigier | 2011-03-23 | 1 | -14/+20 |
| | |||||
* | add error messages on stderr on pkg-config errors | Nicolas Vigier | 2011-03-23 | 1 | -4/+4 |
| | |||||
* | check exit value of pkg-config | Nicolas Vigier | 2011-03-23 | 1 | -2/+2 |
| | |||||
* | fix check of pkg-config error | Nicolas Vigier | 2011-03-23 | 1 | -2/+2 |
| | |||||
* | check if pkgconfig version is defined, or exit with an error | Nicolas Vigier | 2011-03-04 | 1 | -0/+4 |
| | |||||
* | - really fix #285771.36 | Olivier Thauvin | 2007-02-17 | 1 | -2/+4 |
| | |||||
* | - remove misplaced and not working code | Olivier Thauvin | 2007-02-13 | 1 | -6/+0 |
| | |||||
* | - call pkgconfig one time all .pc file to allow to find all deps #28577 | Olivier Thauvin | 2007-02-13 | 1 | -8/+11 |
| | |||||
* | - fork pkgconfig dependencies finder script | Olivier Thauvin | 2007-02-13 | 1 | -0/+47 |