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-08-16 15:17:26 +0100
commit0ecf7145691f08df3b4ac4c2720dcca3b1dfea65 (patch)
treedf238ae2da3f640e76462972040c145f2b78ad86
parenta374ab0e4e5f2d17d506f28498b0de37798549fb (diff)
downloadmeta-raspberrypi-0ecf7145691f08df3b4ac4c2720dcca3b1dfea65.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)}"