diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/efl.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index 929fc20f0c..752e3b78db 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc | |||
@@ -22,7 +22,9 @@ EXTRA_OECONF = " \ | |||
22 | --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aaa \ | 22 | --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aaa \ |
23 | " | 23 | " |
24 | EXTRA_OECONF_append_class-target = " \ | 24 | EXTRA_OECONF_append_class-target = " \ |
25 | --with-bin-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 25 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
26 | --with-eolian-gen=${STAGING_BINDIR_NATIVE}/eolian_gen \ | ||
27 | --with-eolian-cxx=${STAGING_BINDIR_NATIVE}/eolian_cxx \ | ||
26 | " | 28 | " |
27 | EXTRA_OECONF_append_class-native = " \ | 29 | EXTRA_OECONF_append_class-native = " \ |
28 | --disable-fontconfig \ | 30 | --disable-fontconfig \ |
@@ -186,6 +188,7 @@ FILES_efreet = " \ | |||
186 | " | 188 | " |
187 | FILES_eet = " \ | 189 | FILES_eet = " \ |
188 | ${bindir}/eet \ | 190 | ${bindir}/eet \ |
191 | ${bindir}/vieet \ | ||
189 | ${libdir}/libeet${SOLIBS} \ | 192 | ${libdir}/libeet${SOLIBS} \ |
190 | " | 193 | " |
191 | FILES_emotion = " \ | 194 | FILES_emotion = " \ |