- add --x-includes to evas.
authorRonan Le Martret <ronan@fridu.net>
Thu, 12 Sep 2013 14:02:47 +0000 (16:02 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 12 Sep 2013 14:02:47 +0000 (16:02 +0200)
meta-wrt-tizen/recipes-efl/efl/evas_1.7.8.bbappend

index 81bd4a6..42b7408 100644 (file)
@@ -5,6 +5,9 @@ ${@base_contains('DISTRO_FEATURES', 'harfbuzz', 'harfbuzz', '', d)} \
 "
 
 PACKAGECONFIG[x11] = " --enable-gl-xcb, ,x11"
-PACKAGECONFIG[wayland] = "--enable-wayland-egl  --enable-gles-variety-sgx,,wayland"
+PACKAGECONFIG[wayland] = "--enable-wayland-egl  --enable-gles-variety-sgx --enable-evas_engine_gl_xcb ,,wayland"
 
-EXTRA_OECONF = "${EVAS_OECONF} "
+EXTRA_OECONF = "${EVAS_OECONF} \
+                --x-includes=${STAGING_INCDIR}/X11 \
+                --x-libraries=${STAGING_LIBDIR} \
+               "