[ECORE] : fix build for native class
authorBaptiste DURAND <baptiste.durand@frignu.net>
Wed, 11 Sep 2013 16:47:39 +0000 (18:47 +0200)
committerBaptiste DURAND <baptiste.durand@frignu.net>
Wed, 11 Sep 2013 16:47:39 +0000 (18:47 +0200)
meta-wrt-tizen/recipes-efl/efl/ecore_1.7.8.bbappend

index 0f17ff1..e1d304d 100644 (file)
@@ -1,5 +1,9 @@
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} "
 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 "
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/files_ecore"
 SRC_URI += "file://001-Adding-ecore_evas_profiles_setandecore_evas_profiles_get.patch;apply=yes   "
 SRC_URI += "file://002-Add-additionalIMEtypesasneededbyTizen2.1theme.patch;apply=yes   "
@@ -14,3 +18,4 @@ SRC_URI += "file://009-ecore_evas-wayland:Addaclippertotheframeobject..patch;app
        
                      
                         
+BBCLASSEXTEND = "native"