Add Requires.private to pkg-config file
authorDavid King <david.king@canonical.com>
Thu, 31 May 2012 09:59:22 +0000 (10:59 +0100)
committerDavid King <david.king@canonical.com>
Thu, 31 May 2012 10:37:47 +0000 (11:37 +0100)
Requires.private should be used for packages that are required to build
but which are not exposed to other applications.

http://people.freedesktop.org/~dbn/pkg-config-guide.html

libsignon-glib.pc.in

index c419a9e..513cc28 100644 (file)
@@ -8,6 +8,6 @@ Name: libsignon-glib
 Description: A low-level library for managing account credentials.
 Version: @VERSION@
 Requires: signond
+Requires.private: gobject-2.0 dbus-glib-1
 Libs: -L${libdir} -lsignon-glib
 Cflags: -I${includedir}
-