summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-26 15:15:20 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-28 21:51:16 +0100
commit18544d447173ca762a0661fd0fe8ba72b21d0579 (patch)
tree44b33070c558f0ac72b228af57624ee70c8fe018
parente237a18d94265bb3dd4e3740c4d65fdae6ff0c54 (diff)
downloadmeta-raspberrypi-18544d447173ca762a0661fd0fe8ba72b21d0579.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--recipes-sato/webkitgtk/webkitgtk_%.bbappend1
1 files changed, 0 insertions, 1 deletions
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 @@
1EXTRA_OECMAKE_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' -DUSE_GSTREAMER_GL=OFF ', '', d)}"