bugfix: libpackagekit needs sqlite, so mark it as such in the pkgconfig file

This commit is contained in:
Richard Hughes 2008-09-29 15:45:13 +01:00
parent e6cb406d04
commit 5ce670e46c

View File

@ -7,7 +7,7 @@ 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
Requires: glib-2.0, gobject-2.0, sqlite3
Libs: -L${libdir} -lpackagekit
Cflags: -I${includedir}/packagekit