From 18544d447173ca762a0661fd0fe8ba72b21d0579 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 26 Jul 2019 15:15:20 -0700 Subject: webkitgtk: Remove -DUSE_GSTREAMER_GL=OFF for vc4graphics This is no longer needed, on the contrary is fails the build for webkitgtk Fixes webkitgtk-2.24.2/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:1007:33: error: use of undeclared identifier 'TEXTURE_MAPPER_COLOR_CONVERT_FLAG' | m_textureMapperFlags |= TEXTURE_MAPPER_COLOR_CONVERT_FLAG; | ^ Signed-off-by: Khem Raj --- recipes-sato/webkitgtk/webkitgtk_%.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-sato/webkitgtk/webkitgtk_%.bbappend diff --git a/recipes-sato/webkitgtk/webkitgtk_%.bbappend b/recipes-sato/webkitgtk/webkitgtk_%.bbappend deleted file mode 100644 index a4cc96e..0000000 --- a/recipes-sato/webkitgtk/webkitgtk_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -EXTRA_OECMAKE_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' -DUSE_GSTREAMER_GL=OFF ', '', d)}" -- cgit v1.2.3-54-g00ecf