From patchwork Thu Jan 31 13:42:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libfm: add dependency on libexif Date: Thu, 31 Jan 2013 13:42:34 -0000 From: Martin Jansa X-Patchwork-Id: 43755 Message-Id: <1359639754-11925-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-core@lists.openembedded.org * it's autodetected from sysroot Signed-off-by: Martin Jansa --- meta/recipes-support/libfm/libfm_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libfm/libfm_1.1.0.bb b/meta/recipes-support/libfm/libfm_1.1.0.bb index 87f2254..23f132a 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"