diff options
| -rw-r--r-- | meta-efl/recipes-efl/e17/enjoy_svn.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb index 5c7d09bdba..8f701a3ce6 100644 --- a/meta-efl/recipes-efl/e17/enjoy_svn.bb +++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb | |||
| @@ -30,9 +30,10 @@ FILES_${PN} += "${datadir}/icons/" | |||
| 30 | EXTRA_OECONF = "\ | 30 | EXTRA_OECONF = "\ |
| 31 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 31 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 32 | " | 32 | " |
| 33 | EXTRA_OECONF_append_shr = "\ | 33 | |
| 34 | --enable-fso \ | 34 | do_configure_prepend() { |
| 35 | " | 35 | autopoint || touch config.rpath |
| 36 | } | ||
| 36 | 37 | ||
| 37 | pkg_postinst_${PN} () { | 38 | pkg_postinst_${PN} () { |
| 38 | echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!" | 39 | echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!" |
