summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-01-31 14:42:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-01 15:51:32 +0000
commit58a6a61b076b7ad4c2c3aba0336ae91bc7869394 (patch)
tree509849ab3131e5632ec713c001655e47ec1019fe /meta/recipes-support/libfm
parent977aee43868499ab87a098f3798e90d6978836b9 (diff)
downloadopenembedded-core-58a6a61b076b7ad4c2c3aba0336ae91bc7869394.tar.gz
libfm: add dependency on libexif
* it's autodetected from sysroot (From OE-Core rev: 945953ed40dafb88d0b559f056fc49f63a84d6de) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm')
-rw-r--r--meta/recipes-support/libfm/libfm_1.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.1.0.bb b/meta/recipes-support/libfm/libfm_1.1.0.bb
index 87f22548cf..23f132a49b 100644
--- a/meta/recipes-support/libfm/libfm_1.1.0.bb
+++ b/meta/recipes-support/libfm/libfm_1.1.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17"
SECTION = "x11/libs"
-DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native"
+DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native libexif"
PR = "r0"