diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-12 16:20:15 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-12 16:21:14 +0200 |
commit | 760131897994718cced9a53454ecd5e8751716c0 (patch) | |
tree | 6c8bec5593910b21b243c8a768b772a6dad748aa | |
parent | 7454f1ac973d61d8d22e8a8a9d82c3116f7614a7 (diff) |
libphone-ui-shr: add libfsoframework to DEPENDS
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r-- | recipes/shr/libphone-ui-shr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb index 575fc9f0d5..b2a4641234 100644 --- a/recipes/shr/libphone-ui-shr_git.bb +++ b/recipes/shr/libphone-ui-shr_git.bb @@ -1,6 +1,6 @@ DESCRIPTION = "SHR default module for the Phone UI daemon" SECTION = "e/apps" -DEPENDS += " dbus-glib libframeworkd-glib libphone-ui evas ecore edje edje-native elementary" +DEPENDS += " dbus-glib libframeworkd-glib libfsoframework libphone-ui evas ecore edje edje-native elementary" SRCREV = "9f1f52bd8b314e8e46e9713f823fb17ba32ee7f5" PV = "0.0.0+gitr${SRCPV}" PR = "r5" |