diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-30 14:32:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-30 14:32:58 +0100 |
commit | f16ad42723aa2728b264b702406197334064fb04 (patch) | |
tree | 9af61fa6f89f12983973d6797878fc10fdbc3ab6 /recipes/totem | |
parent | ca3e9b049b513439175678c21eb75a1477f2fef7 (diff) |
totem: add libunique to depends
Diffstat (limited to 'recipes/totem')
-rw-r--r-- | recipes/totem/totem_2.28.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/totem/totem_2.28.1.bb b/recipes/totem/totem_2.28.1.bb index a61f27ef76..98f47ca43e 100644 --- a/recipes/totem/totem_2.28.1.bb +++ b/recipes/totem/totem_2.28.1.bb @@ -8,7 +8,7 @@ LICENSE = "GPL" PR = "r1" -DEPENDS = " libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad gst-plugins-base" +DEPENDS = " libunique libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad gst-plugins-base" RDEPENDS_${PN} += "iso-codes" RRECOMMENDS_${PN} += "gst-plugin-playbin \ gst-plugin-gconfelements \ |