diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-13 09:52:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-13 11:44:55 +0100 |
commit | 9c4e6be040d48d68ba09ed48ed26ae47e3a68c62 (patch) | |
tree | f9de47c0dd1c7ba7682c4285765a70e1dbf5e70b /recipes/totem | |
parent | 80db15f2b56fcd7295fe92a0b7c9d83d7e326ff3 (diff) |
totem 2.28.5: add missing dep on gnome-doc-utils
- also drag in some more buildtime deps to build more (optional) plugins
Diffstat (limited to 'recipes/totem')
-rw-r--r-- | recipes/totem/totem_2.28.5.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/totem/totem_2.28.5.bb b/recipes/totem/totem_2.28.5.bb index 45fb607325..e62a02e3bd 100644 --- a/recipes/totem/totem_2.28.5.bb +++ b/recipes/totem/totem_2.28.5.bb @@ -6,7 +6,9 @@ DESCRIPTION = "A GTK2 based media player" HOMEPAGE = "http://www.gnome.org/projects/totem/" LICENSE = "GPL" -DEPENDS = " libunique libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad gst-plugins-base" +PR = "r1" + +DEPENDS = " nautilus tracker gnome-doc-utils 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 \ @@ -33,12 +35,11 @@ inherit gnome SRC_URI += "file://gst-detect.diff;patch=1" -EXTRA_OECONF=" --disable-schemas-install \ - --enable-gtk \ +EXTRA_OECONF=" --enable-shared \ + --disable-schemas-install \ --disable-iso-codes \ --disable-debug \ - --enable-gstreamer \ - --enable-browser-plugins \ + --enable-browser-plugins \ --disable-run-in-source-tree \ --disable-vala \ --with-dbus \ |