From: David King Date: Thu, 31 May 2012 09:59:22 +0000 (+0100) Subject: Add Requires.private to pkg-config file X-Git-Tag: 1.3~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a7bb7c7961c2313e065b7793df68d41ab70d82b;p=platform%2Fupstream%2Flibgsignon-glib.git Add Requires.private to pkg-config file 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 --- diff --git a/libsignon-glib.pc.in b/libsignon-glib.pc.in index c419a9e..513cc28 100644 --- a/libsignon-glib.pc.in +++ b/libsignon-glib.pc.in @@ -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} -