diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-24 16:19:40 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-24 16:19:40 +0000 |
commit | 3fef3a32448ff656c343cc5ed3a53d29a88ef60a (patch) | |
tree | 21c0901fcb02efaf068dd005529e72cd000ae350 /packages/gpe-autostarter/gpe-autostarter_0.11.bb | |
parent | 7bd6b93c45c1cf31e8593b0e8ee433f5d6c5100a (diff) |
gpe-autostarter: depend on dbus-glib
Diffstat (limited to 'packages/gpe-autostarter/gpe-autostarter_0.11.bb')
-rw-r--r-- | packages/gpe-autostarter/gpe-autostarter_0.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpe-autostarter/gpe-autostarter_0.11.bb b/packages/gpe-autostarter/gpe-autostarter_0.11.bb index 5f2ee4f122..326fae9257 100644 --- a/packages/gpe-autostarter/gpe-autostarter_0.11.bb +++ b/packages/gpe-autostarter/gpe-autostarter_0.11.bb @@ -1,5 +1,5 @@ SECTION = "gpe" -DEPENDS = "glib-2.0 dbus hotplug-dbus virtual/libx11" +DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11" RDEPENDS = "hotplug-dbus" LICENSE = "GPL" |