bickley: Add missing dependency on samba for libtdb and package dbus services files

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-05-16 09:57:50 +01:00
parent 57b5ef0e8f
commit b7a77fa0ff
1 changed files with 3 additions and 1 deletions

View File

@ -3,8 +3,10 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
PV = "0.0+git${SRCREV}"
PR = "r1"
DEPENDS = "redland gtk+ dbus-glib clutter-gst-0.8 libexif taglib gupnp gupnp-av"
DEPENDS = "redland gtk+ dbus-glib clutter-gst-0.8 libexif taglib gupnp gupnp-av samba"
S = "${WORKDIR}/git"
FILES_${PN} =+ "${datadir}/dbus-1/services/"
inherit autotools_stage