totem 2.28.5: add missing dep on gnome-doc-utils
authorKoen Kooi <koen@openembedded.org>
Wed, 13 Jan 2010 08:52:44 +0000 (09:52 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 Jan 2010 10:44:55 +0000 (11:44 +0100)
 - also drag in some more buildtime deps to build more (optional) plugins

recipes/totem/totem_2.28.5.bb

index 45fb607..e62a02e 100644 (file)
@@ -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 \