Drop Requires.Private in pkg-config files
authorAndreas Henriksson <andreas@fatal.se>
Fri, 21 Sep 2012 12:10:26 +0000 (14:10 +0200)
committerJens Georg <mail@jensge.org>
Sat, 6 Oct 2012 11:02:15 +0000 (13:02 +0200)
This field is not parsed at all by pkg-config! (cf. Requires.private)
Apparently whatever is listed in it is not needed.

https://bugzilla.gnome.org/show_bug.cgi?id=685477

gssdp-1.0-uninstalled.pc.in
gssdp-1.0.pc.in

index 4ae2cc1..dbc9d67 100644 (file)
@@ -9,4 +9,3 @@ Version: @VERSION@
 Libs: ${libdir}/libgssdp-1.0.la
 Cflags: -I${includedir}
 Requires: gobject-2.0 gio-2.0
-Requires.Private: libsoup-2.4
index 21f7486..e57a7b6 100644 (file)
@@ -9,4 +9,3 @@ Version: @VERSION@
 Libs: -L${libdir} -lgssdp-1.0
 Cflags: -I${includedir}/gssdp-1.0
 Requires: gobject-2.0 gio-2.0
-Requires.Private: libsoup-2.4