[oe-commits] Koen Kooi : totem 2.28.5: add missing dep on gnome-doc-utils

git version control git at git.openembedded.org
Wed Jan 13 11:42:38 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 9c4e6be040d48d68ba09ed48ed26ae47e3a68c62
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9c4e6be040d48d68ba09ed48ed26ae47e3a68c62

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 13 09:52:44 2010 +0100

totem 2.28.5: add missing dep on gnome-doc-utils

 - also drag in some more buildtime deps to build more (optional) plugins

---

 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 45fb607..e62a02e 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 \





More information about the Openembedded-commits mailing list