diff options
Diffstat (limited to 'recipes/totem')
-rw-r--r-- | recipes/totem/totem_0.99.15.bb | 2 | ||||
-rw-r--r-- | recipes/totem/totem_1.0.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/totem/totem_0.99.15.bb b/recipes/totem/totem_0.99.15.bb index 3defdaebe6..ed182b7d5a 100644 --- a/recipes/totem/totem_0.99.15.bb +++ b/recipes/totem/totem_0.99.15.bb @@ -11,7 +11,7 @@ SRC_URI="http://ftp.acc.umu.se/pub/GNOME/sources/totem/0.99/totem-${PV}.tar.gz \ file://include.patch;patch=1 \ file://omf.patch;patch=1" -DEPENDS="gtk+ libglade gnome-vfs gconf libxine-x11 libgnomeui" +DEPENDS="gtk+ libglade gnome-vfs gconf libxine libgnomeui" RDEPENDS += " libgnomeui" inherit autotools diff --git a/recipes/totem/totem_1.0.4.bb b/recipes/totem/totem_1.0.4.bb index a12f307ffa..8694bcb8d3 100644 --- a/recipes/totem/totem_1.0.4.bb +++ b/recipes/totem/totem_1.0.4.bb @@ -15,7 +15,7 @@ SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/totem/1.0/totem-${PV}.tar.gz \ file://cflags.patch;patch=1 \ file://gtkonly.patch;patch=1" -DEPENDS="gtk+ libglade gnome-vfs gconf libxine-x11 libxml2" +DEPENDS="gtk+ libglade gnome-vfs gconf libxine libxml2" inherit autotools |