From: Ronan Le Martret Date: Thu, 19 Sep 2013 12:20:40 +0000 (+0200) Subject: - change ecore native config option. X-Git-Tag: rev_0.4~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e43e574ea1929314f6c6bb6fb9c8b17a890162af;p=scm%2Fbb%2Ftizen.git - change ecore native config option. --- diff --git a/meta-wrt-tizen/recipes-efl/efl/ecore_1.7.8.bbappend b/meta-wrt-tizen/recipes-efl/efl/ecore_1.7.8.bbappend index e1d304d..bb9a8bc 100644 --- a/meta-wrt-tizen/recipes-efl/efl/ecore_1.7.8.bbappend +++ b/meta-wrt-tizen/recipes-efl/efl/ecore_1.7.8.bbappend @@ -2,7 +2,8 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', PACKAGECONFIG[wayland] = "--enable-ecore-wayland --enable-ecore-evas-wayland-egl ,--disable-ecore-wayland,wayland libxkbcommon" PACKAGECONFIG_class-native ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland-native', '', d)} " -PACKAGECONFIG[wayland-native] = "--enable-ecore-wayland --enable-ecore-evas-wayland-egl ,--disable-ecore-wayland,wayland " + +PACKAGECONFIG_class-native[wayland-native] = "--enable-ecore-wayland --enable-ecore-evas-wayland-egl ,--disable-ecore-wayland,wayland " FILESEXTRAPATHS_prepend := "${THISDIR}/files_ecore" SRC_URI += "file://001-Adding-ecore_evas_profiles_setandecore_evas_profiles_get.patch;apply=yes "