diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-07-28 17:33:05 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-07-28 17:33:05 +0200 |
commit | e9e1ad39ce54a2842b13f653ad9adffb945a137a (patch) | |
tree | ac0d392bea227e4c4472137997860456596b6b81 /recipes-tizen/syspopup/syspopup.inc | |
parent | 8ce4d1449df2ca364c92acf87c505d044b2c2726 (diff) | |
download | meta-tizen-sandbox/ronan/tmp_efl_port.tar.gz meta-tizen-sandbox/ronan/tmp_efl_port.tar.bz2 meta-tizen-sandbox/ronan/tmp_efl_port.zip |
update recipes gensandbox/ronan/tmp_efl_port
Change-Id: I44ae3a9d3fcc28a1c632568849bc855ddb0af530
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Diffstat (limited to 'recipes-tizen/syspopup/syspopup.inc')
-rw-r--r-- | recipes-tizen/syspopup/syspopup.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-tizen/syspopup/syspopup.inc b/recipes-tizen/syspopup/syspopup.inc index c99d76ed..18eabdd6 100644 --- a/recipes-tizen/syspopup/syspopup.inc +++ b/recipes-tizen/syspopup/syspopup.inc @@ -13,15 +13,18 @@ BBCLASSEXTEND = "" PROVIDES = "" #PROVIDES by syspopup-dev +PROVIDES += "syspopup-dev" #PROVIDES by syspopup #PROVIDES by syspopup-caller-dev +PROVIDES += "syspopup-caller-dev" #PROVIDES by syspopup-caller +PROVIDES += "syspopup-caller" RDEPENDS = "" @@ -40,11 +43,11 @@ DEPENDS = "" #DEPENDS of syspopup DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" +DEPENDS += "evas" DEPENDS += "tizen-platform-config" DEPENDS += "aul" DEPENDS += "dlog" DEPENDS += "app-core" -DEPENDS += "efl" DEPENDS += "bundle" DEPENDS += "sqlite3" DEPENDS += "dbus-glib" |