diff options
Diffstat (limited to 'recipes-graphics/libsdl2')
-rw-r--r-- | recipes-graphics/libsdl2/libsdl2_%.bbappend | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend index e41f19ca..5eecfea8 100644 --- a/recipes-graphics/libsdl2/libsdl2_%.bbappend +++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend | |||
@@ -1,7 +1,3 @@ | |||
1 | EXTRA_OECONF_IMX = "" | ||
2 | |||
3 | # what vivante driver does libsdl2 mean? Anyway it fails with missing functions as | 1 | # what vivante driver does libsdl2 mean? Anyway it fails with missing functions as |
4 | # VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ... | 2 | # VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ... |
5 | EXTRA_OECONF_IMX_imxgpu2d = "--disable-video-vivante" | 3 | EXTRA_OECONF_append_imxgpu2d = " --disable-video-vivante" |
6 | |||
7 | EXTRA_OECONF_append = " ${EXTRA_OECONF_IMX}" | ||