summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/edje.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/edje.inc')
-rw-r--r--meta-efl/recipes-efl/efl/edje.inc19
1 files changed, 10 insertions, 9 deletions
diff --git a/meta-efl/recipes-efl/efl/edje.inc b/meta-efl/recipes-efl/efl/edje.inc
index 311fb52688..6f50ea8fbc 100644
--- a/meta-efl/recipes-efl/efl/edje.inc
+++ b/meta-efl/recipes-efl/efl/edje.inc
@@ -1,5 +1,5 @@
1DESCRIPTION = "Edje is the Enlightenment graphical design & layout library" 1DESCRIPTION = "Edje is the Enlightenment graphical design & layout library"
2DEPENDS = "lua5.1 eet evas ecore embryo edje-native eina libsndfile1" 2DEPENDS = "lua5.1 eet evas ecore embryo edje-native eina libsndfile1 eio"
3DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native eina-native" 3DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native eina-native"
4DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native eina-native" 4DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native eina-native"
5# GPLv2 because of epp in PN-utils 5# GPLv2 because of epp in PN-utils
@@ -12,19 +12,19 @@ BBCLASSEXTEND = "native nativesdk"
12INC_PR = "r0" 12INC_PR = "r0"
13 13
14do_configure_prepend_virtclass-native() { 14do_configure_prepend_virtclass-native() {
15 sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c 15 sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c
16 sed -i 's: cpp -I: /usr/bin/cpp -I:' ${S}/src/bin/edje_cc_parse.c 16 sed -i 's: cpp -I: /usr/bin/cpp -I:' ${S}/src/bin/edje_cc_parse.c
17 sed -i 's:\"gcc -I:\"/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c 17 sed -i 's:\"gcc -I:\"/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c
18} 18}
19# The new lua stuff is a bit broken... 19# The new lua stuff is a bit broken...
20do_configure_append() { 20do_configure_append() {
21 for i in $(find "${S}" -name "Makefile") ; do 21 for i in $(find "${S}" -name "Makefile") ; do
22 sed -i -e 's:-L/usr/local/lib::g' $i 22 sed -i -e 's:-L/usr/local/lib::g' $i
23 done 23 done
24} 24}
25 25
26do_compile_append() { 26do_compile_append() {
27 sed -i -e s:local/::g -e 's:-L${STAGING_LIBDIR}::g' ${S}/edje.pc 27 sed -i -e s:local/::g -e 's:-L${STAGING_LIBDIR}::g' ${S}/edje.pc
28} 28}
29 29
30# gain some extra performance at the expense of RAM - generally i'd say bad 30# gain some extra performance at the expense of RAM - generally i'd say bad
@@ -60,6 +60,7 @@ FILES_${PN}-utils = "\
60 ${datadir}/edje/include/edje.inc \ 60 ${datadir}/edje/include/edje.inc \
61" 61"
62 62
63FILES_${PN} += "${libdir}/${PN}/modules/*/*/module.so" 63FILES_${PN} += "${libdir}/${PN}/modules/*/*/module.so \
64 ${datadir}/mime/packages/edje.xml"
64FILES_${PN}-dev += "${libdir}/${PN}/modules/*/*/module.la" 65FILES_${PN}-dev += "${libdir}/${PN}/modules/*/*/module.la"
65FILES_${PN}-dbg += "${libdir}/${PN}/modules/*/*/.debug" 66FILES_${PN}-dbg += "${libdir}/${PN}/modules/*/*/.debug"