diff options
| -rw-r--r-- | recipes-graphics/libsdl2/libsdl2_%.bbappend | 7 |
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 000000000..e41f19ca1 --- /dev/null +++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | EXTRA_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 ... | ||
| 5 | EXTRA_OECONF_IMX_imxgpu2d = "--disable-video-vivante" | ||
| 6 | |||
| 7 | EXTRA_OECONF_append = " ${EXTRA_OECONF_IMX}" | ||
