aboutsummaryrefslogtreecommitdiffstats
path: root/pkgconfigdeps.sh
Commit message (Collapse)AuthorAgeFilesLines
* use upstream pkgconfigdeps.shThierry Vignaud2014-09-091-59/+0
| | | | | after syncing, the only remaining difference is checks added by boklm because we were still using the external generator
* sync (8/8): Handle broken pkgconfig files better, rhbz#484970Thierry Vignaud2014-09-091-2/+7
| | | | (Lubomir Rintel)
* sync (7:8): move a commentThierry Vignaud2014-09-091-1/+1
|
* sync (6/8): process one file at a timeThierry Vignaud2014-09-091-4/+2
|
* sync (5/8): just export the variableThierry Vignaud2014-09-091-4/+4
|
* sync (4:8) define PKG_CONFIG_PATH like upstreamThierry Vignaud2014-09-091-2/+4
|
* sync (3:8): kill stupid test, just merge with caseThierry Vignaud2014-09-091-11/+5
|
* sync (2/8): kill useless testThierry Vignaud2014-09-091-9/+4
|
* sync with upstream (1/8): Require pkg-config 0.24Thierry Vignaud2014-09-091-0/+5
| | | | for creating pkgconfig() dependencies
* Add pkgconfig package requires for private requiresColin Guthrie2013-06-041-1/+1
|
* - 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