diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 11:14:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 22:02:40 +0100 |
commit | db290011f6a4651620f8ae231e994660b9dceb7a (patch) | |
tree | 803fc553bb8b00d49ae02f5fec06912cf8b965e4 /meta/recipes-gnome | |
parent | 2b70d0cdd116c2cd4a2c4f4e7aebe0ab545de7da (diff) | |
download | poky-db290011f6a4651620f8ae231e994660b9dceb7a.tar.gz |
gthumb: Add missing DEPENDS on gst-plugins-base as otherwise gstreamer isn't enabled
(From OE-Core rev: 75e2ced78f5164882f933787f9247e30da203613)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gthumb/gthumb_2.12.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb index 8a88230cea..68437fc720 100644 --- a/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop" | |||
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff" | 5 | DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff gst-plugins-base" |
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" | 8 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" |