- solve evas.
authorRonan Le Martret <ronan@fridu.net>
Thu, 12 Sep 2013 15:08:40 +0000 (17:08 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 12 Sep 2013 15:08:40 +0000 (17:08 +0200)
meta-wrt-tizen/recipes-efl/efl/evas_1.7.8.bbappend
meta-wrt-tizen/recipes-efl/efl/files_ecore/evas_check_engine.m4.patch [new file with mode: 0644]
meta-wrt-tizen/recipes-wrt/image/wrt-image-minimal.bb

index 42b7408..9bdb249 100644 (file)
@@ -5,9 +5,11 @@ ${@base_contains('DISTRO_FEATURES', 'harfbuzz', 'harfbuzz', '', d)} \
 "
 
 PACKAGECONFIG[x11] = " --enable-gl-xcb, ,x11"
-PACKAGECONFIG[wayland] = "--enable-wayland-egl  --enable-gles-variety-sgx --enable-evas_engine_gl_xcb ,,wayland"
+PACKAGECONFIG[wayland] = "--enable-wayland-egl  --enable-gles-variety-sgx ,,wayland"
 
 EXTRA_OECONF = "${EVAS_OECONF} \
                 --x-includes=${STAGING_INCDIR}/X11 \
                 --x-libraries=${STAGING_LIBDIR} \
                "
+FILESEXTRAPATHS_prepend := "${THISDIR}/files_ecore"
+SRC_URI += "file://evas_check_engine.m4.patch "
\ No newline at end of file
diff --git a/meta-wrt-tizen/recipes-efl/efl/files_ecore/evas_check_engine.m4.patch b/meta-wrt-tizen/recipes-efl/efl/files_ecore/evas_check_engine.m4.patch
new file mode 100644 (file)
index 0000000..9b34d0f
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4
+index d4db2aa..e526467 100644
+--- a/m4/evas_check_engine.m4
++++ b/m4/evas_check_engine.m4
+@@ -140,7 +140,7 @@ if test "x${have_dep}" = "xyes" ; then
+          x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
+          x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext -lXrender"
+       fi
+-   evas_engine_[]$1[]_cflags="-I/usr/include ${x_cflags}"
++   evas_engine_[]$1[]_cflags="${x_cflags}"
+    evas_engine_[]$1[]_libs="${x_libs} -lGL $gl_pt_lib"
+    evas_engine_gl_common_libs="-lGL $gl_pt_lib"
+    fi
index c646956..804ea60 100644 (file)
@@ -1,13 +1,5 @@
-#require git 
+require recipes-graphics/images/core-image-weston.bb
 
-DESCRIPTION = "Image with Sato, a mobile environment and visual style for \
-mobile devices. The image supports X11 with a Sato theme, Pimlico \
-applications, and contains terminal, editor, and file manager."
-
-IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs"
-
-LICENSE = "MIT"
-
-inherit core-image
+DESCRIPTION = "A weston image with Tizen wrt."
 
 IMAGE_INSTALL += "packagegroup-wrt"