summaryrefslogtreecommitdiffstats
path: root/recipes-sato
Commit message (Collapse)AuthorAgeFilesLines
* libwpe: Migrate build workaround from oe-corelibwpeAndrei Gherzan2021-11-141-0/+2
| | | | | | | | | | | 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>
* webkitgtk: Remove -DUSE_GSTREAMER_GL=OFF for vc4graphicsKhem Raj2019-07-281-1/+0
| | | | | | | | | | | | 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>
* webkitgtk: Add a bbappend to disable gst-gl on vc4Khem Raj2018-05-041-0/+1
Signed-off-by: Khem Raj <raj.khem@gmail.com>