summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/libsdl2/libsdl2_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend
new file mode 100644
index 00000000..e41f19ca
--- /dev/null
+++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend
@@ -0,0 +1,7 @@
1EXTRA_OECONF_IMX = ""
2
3# what vivante driver does libsdl2 mean? Anyway it fails with missing functions as
4# VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ...
5EXTRA_OECONF_IMX_imxgpu2d = "--disable-video-vivante"
6
7EXTRA_OECONF_append = " ${EXTRA_OECONF_IMX}"