Require pkg-config 0.24 for creating pkgconfig() dependencies
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Dec 2010 10:44:49 +0000 (12:44 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Dec 2010 10:44:49 +0000 (12:44 +0200)
commit0cc5e818a9305e7443dd46252b9d4af6833b733e
tree88201011b15b29dbc2ddddd9dc4f8793a191f051
parentccab61193ea6d3e46997f49f0333f93a04b04750
Require pkg-config 0.24 for creating pkgconfig() dependencies
- The support for --print-requires|provides was only upstreamed in
  pkg-config 0.24, prior to that it relied on distros patching their
  pkg-config. Rpm relying on non-upstream stuff is not good...
  Now that it's upstream we can make a clean break and simply not
  even try to generate the dependencies with anything older.
- The upstreamed version behaves slightly differently from what distros
  were patching with, for rpm's purposes we also want
  --print-requires-private now.
scripts/pkgconfigdeps.sh