1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

cairo: drop local bbappend

Latest cairo release 1.18.0 no longer has corresponding opengl or glesv2
PACKAGECONFIGs.

https://git.openembedded.org/openembedded-core/commit/?id=9a4ca6b08d6031ebb67adcdd650aa59acd4fb5fb

Removed:
- The cairo-sphinx tool
- The XML, GL, GLES, Qt5, BeOS, OS/2, DirectFB, DRM, Cogl, and OpenVL
  backends
- Autotools build system

https://www.cairographics.org/news/cairo-1.18.0/

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Denys Dmytriyenko
2024-02-01 12:36:35 -05:00
committed by Ryan Eatmon
parent e9ed788e18
commit c2544ab8ba
2 changed files with 0 additions and 6 deletions

View File

@@ -1 +0,0 @@
require ${@bb.utils.contains_any('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver ti-sgx-ddk-km', 'pvr-cairo.inc', '', d)}

View File

@@ -1,5 +0,0 @@
# This is required since cairo expects the opengl distro feature to refer to
# the desktop version of OpenGL. Imagination drivers only provide OpenGLES.
PACKAGECONFIG:remove = "opengl"
PACKAGECONFIG:append = " glesv2"