summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-01-11 17:15:15 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-01-25 16:21:24 +0100
commitff6d6bf270614f6206696a7cc05ea400c9ff2afe (patch)
treee65cc2a62d260da9a352a76604710d604f9e0669 /recipes-graphics
parentbdbbea44cef4d47fc4125d8f34b921f5e2c4adfd (diff)
cairo: build with opengl-es
AM62xx doesn't provide an opengl driver, prevents the build error that dependencies are missing. Related-to: ELB-4978 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/cairo/cairo_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
new file mode 100644
index 0000000..0758fbc
--- /dev/null
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -0,0 +1,3 @@
+PACKAGECONFIG:append:am62xx = " egl glesv2"
+PACKAGECONFIG:remove:am62xx = "opengl"
+PACKAGE_ARCH:am62xx = "${MACHINE_ARCH}"