From 89c5b5e6da757e753dadd67e272eb70f05a845b9 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 4 Jun 2013 11:16:06 +0000 Subject: Add pkgconfig package requires for private requires --- NEWS | 2 ++ pkgconfigdeps.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c7be022..126819d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- add pkgconfig package requires for private requires + Version 1.171 - 6 April 2013, by David Walser - properly fix mga #3697 in find-lang.pl (only exclude man directories) - own man pages that have a dot in their name (find-lang.pl regexp bug) diff --git a/pkgconfigdeps.sh b/pkgconfigdeps.sh index b4dc125..0b7179e 100755 --- a/pkgconfigdeps.sh +++ b/pkgconfigdeps.sh @@ -49,7 +49,7 @@ case $1 in done if [ -n "$pcfiles" ] then - PKG_CONFIG_PATH=$PKG_CONFIG_PATH $pkgconfig --print-errors --print-requires ${pcfiles} | while read n r v ; do + PKG_CONFIG_PATH=$PKG_CONFIG_PATH $pkgconfig --print-errors --print-requires --print-requires-private ${pcfiles} | while read n r v ; do test -z "$v" && test -n "$r" && echo "Error with pkgconfig($n)" >&2 && exit 1 echo "pkgconfig($n)" "$r" "$v" done -- cgit v1.2.1