diff options
author | Carsten Haitzler <raster@openmoko.org> | 2009-04-14 20:34:35 +1000 |
---|---|---|
committer | Carsten Haitzler <raster@openmoko.org> | 2009-04-14 23:25:16 +1000 |
commit | d845d444cab9893a79833b70e394807840b286d7 (patch) | |
tree | 1521e98efe41b6a74c962287ea290511fa80aa55 /recipes/efl1/elementary_svn.bb | |
parent | b7555d7d3a43d5b6519c924fbf7eb905830248fd (diff) |
efl: updates to have improved packaging and fewer... bugs!
Diffstat (limited to 'recipes/efl1/elementary_svn.bb')
-rw-r--r-- | recipes/efl1/elementary_svn.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/efl1/elementary_svn.bb b/recipes/efl1/elementary_svn.bb index 82a099f00d..13ca29543d 100644 --- a/recipes/efl1/elementary_svn.bb +++ b/recipes/efl1/elementary_svn.bb @@ -31,3 +31,7 @@ FILES_${PN}-tests = "\ ${datadir}/applications/* \ ${datadir}/icons/* \ " + +EXTRA_OECONF = "\ + --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ +" |