aboutsummaryrefslogtreecommitdiffstats
path: root/pkgconfigdeps.sh
Commit message (Collapse)AuthorAgeFilesLines
* - Try a little bit harder to detect .pc files. Now, it tries only .pc filesArnaud Patard2011-04-281-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 nameNicolas Vigier2011-03-231-2/+2
|
* check if the list of .pc files is not null before running pkg-config on itNicolas Vigier2011-03-231-14/+20
|
* add error messages on stderr on pkg-config errorsNicolas Vigier2011-03-231-4/+4
|
* check exit value of pkg-configNicolas Vigier2011-03-231-2/+2
|
* fix check of pkg-config errorNicolas Vigier2011-03-231-2/+2
|
* check if pkgconfig version is defined, or exit with an errorNicolas Vigier2011-03-041-0/+4
|
* - really fix #285771.36Olivier Thauvin2007-02-171-2/+4
|
* - remove misplaced and not working codeOlivier Thauvin2007-02-131-6/+0
|
* - call pkgconfig one time all .pc file to allow to find all deps #28577Olivier Thauvin2007-02-131-8/+11
|
* - fork pkgconfig dependencies finder scriptOlivier Thauvin2007-02-131-0/+47