packagekit/packagekit.pc.in
Tom Parker 5259d5cfe2 Update packagekit.pc.in
PackageKit's library depends on glib and gobject externally,
as well as dbus and gthread internally (or when statically
linked) so update packagekit.pc.in
2007-11-09 19:21:17 +01:00

14 lines
321 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: packagekit
Description: PackageKit is a system daemon for installing stuff.
Version: @VERSION@
Requires.private: dbus-1, gthread-2.0
Requires: glib-2.0, gobject-2.0
Libs: -L${libdir} -lpackagekit
Cflags: -I${includedir}/packagekit