summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.18.6.bb
diff options
context:
space:
mode:
authorBhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>2018-02-27 16:17:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-04 11:35:41 +0000
commit8b8445461a72d0d3bafb33470c116cbd4a8c35c8 (patch)
treeda9b174820c671c1b4cbf2eb2faafb668bc80752 /meta/recipes-sato/webkit/webkitgtk_2.18.6.bb
parentbc326572ee322f2fe1847ebffce6d3e8e1c8f923 (diff)
downloadpoky-8b8445461a72d0d3bafb33470c116cbd4a8c35c8.tar.gz
webkitgtk_2.16.6.bb: Remove gl3.h header reference
GLES 2 application cannot use gl3.h header files, remove including gl3.h when OpenGLESv2 is enabled in webkitgtk (From OE-Core rev: 23d6bd1a3b97db624eac4ad6650a1e4298ade7a2) Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.18.6.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.18.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.18.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.18.6.bb
index 9fac044441..c29fa7f4c5 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.18.6.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.18.6.bb
@@ -21,6 +21,7 @@ SRC_URI = "http://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
21 file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \ 21 file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \
22 file://0001-Fix-build-with-musl.patch \ 22 file://0001-Fix-build-with-musl.patch \
23 file://fix-configure-failure-aarch64.patch \ 23 file://fix-configure-failure-aarch64.patch \
24 file://0001-Fix-gles3-header-when-gles2-is-enabled.patch \
24 " 25 "
25 26
26SRC_URI[md5sum] = "c1a548595135ee75ad3bf2e18ac83112" 27SRC_URI[md5sum] = "c1a548595135ee75ad3bf2e18ac83112"