aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-03-03 13:34:32 +0200
committerMarius Vollmer <marius.vollmer@nokia.com>2009-03-03 13:34:32 +0200
commit2f6a00c9d326cb08b216d0d7a32b02f9d89d0122 (patch)
tree42ce5f3c3eda791a79c50ef0fb05c882f5c664f7 /debian
parent254b33f1975da991ff80ddbe02394e685793bdf7 (diff)
Added dbus-glib-1 to dependencies of contextprovider-1.0.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index cbb71f75..e6e78007 100644
--- a/debian/control
+++ b/debian/control
@@ -63,7 +63,7 @@ Description: Helper library for providers of context properties
Package: libcontextprovider-dev
Section: libdevel
Architecture: any
-Depends: libcontextprovider0 (= ${binary:Version}), libdbus-1-dev, libglib2.0-dev, libgee-dev
+Depends: libcontextprovider0 (= ${binary:Version}), libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev, libgee-dev
Description: Helper library for providers of context properties
The libcontextprovider library implements the provider side of the
org.freedesktop.ContextKit D-Bus interface.