diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-09-28 09:41:00 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-09-28 09:41:00 +0000 |
commit | 6977e997471f6e448ba2e6d4f7f38ab0cf51967d (patch) | |
tree | 1067cab2bf76bb1b26c57650a9152e986d94440e | |
parent | 8fa733bff4bede145d331679924e235591e13a98 (diff) |
dbus-native_0.92.bb : add libxml2-native and expat-native to DEPENDS
-rw-r--r-- | packages/dbus/dbus-native_0.92.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dbus/dbus-native_0.92.bb b/packages/dbus/dbus-native_0.92.bb index d7823889cd..3645284eeb 100644 --- a/packages/dbus/dbus-native_0.92.bb +++ b/packages/dbus/dbus-native_0.92.bb @@ -6,7 +6,7 @@ LICENSE = "GPL" S = "${WORKDIR}/dbus-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus" -DEPENDS = "glib-2.0-native" +DEPENDS = "glib-2.0-native libxml2-native expat-native" SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ |