aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-sato
AgeCommit message (Collapse)Author
2021-11-14libwpe: Migrate build workaround from oe-coreAndrei Gherzan
This was removed from oe-core[1] so we pull in the change here where it should have been in the first place. Fixes: https://github.com/agherzan/meta-raspberrypi/issues/893 [1] https://lists.openembedded.org/g/openembedded-core/topic/84653556 Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2019-07-28webkitgtk: Remove -DUSE_GSTREAMER_GL=OFF for vc4graphicsKhem Raj
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>
2018-05-04webkitgtk: Add a bbappend to disable gst-gl on vc4Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>