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:54:31 +0000
commit912ecffc3e901f0e56a0c27f0be3099e92d28b68 (patch)
treeaba97bccdaf8dae90942a2a5ce6a34ad369bb78f /meta/recipes-support/libfm
parent966aa9ec62968b83504155fbf5f3b978d0b1f6cc (diff)
downloadpoky-912ecffc3e901f0e56a0c27f0be3099e92d28b68.tar.gz
libfm: add dependency on libexif
* it's autodetected from sysroot (From OE-Core rev: 945953ed40dafb88d0b559f056fc49f63a84d6de) (From OE-Core rev: 58a6a61b076b7ad4c2c3aba0336ae91bc7869394) 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 \
8 file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" 8 file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17"
9 9
10SECTION = "x11/libs" 10SECTION = "x11/libs"
11DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native" 11DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native libexif"
12 12
13PR = "r0" 13PR = "r0"
14 14