- change ecore native config option.
authorRonan Le Martret <ronan@fridu.net>
Thu, 19 Sep 2013 12:20:40 +0000 (14:20 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 19 Sep 2013 12:20:40 +0000 (14:20 +0200)
meta-wrt-tizen/recipes-efl/efl/ecore_1.7.8.bbappend

index e1d304d..bb9a8bc 100644 (file)
@@ -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   "