summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/libsdl2
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-01-15 21:19:13 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-01-15 21:21:04 +0100
commit77ea51a95b7eb2165ce9b8d55020b5fdd00a590c (patch)
tree245fdd0173a9928bd6aca57816147c2bde1772f8 /recipes-graphics/libsdl2
parentca3e8f9ddc4f0fb314345584e8a2f18f4df12e29 (diff)
downloadmeta-freescale-77ea51a95b7eb2165ce9b8d55020b5fdd00a590c.tar.gz
libsdl2: follow oe-core's move to cmake
openembedded-core commit c00f79c2f1 ("libsdl2: Move to CMake build") moved the recipe to CMake. Follow this in this bbappend. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/libsdl2')
-rw-r--r--recipes-graphics/libsdl2/libsdl2_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/libsdl2/libsdl2_%.bbappend b/recipes-graphics/libsdl2/libsdl2_%.bbappend
index af9c97bb..3b2655ce 100644
--- a/recipes-graphics/libsdl2/libsdl2_%.bbappend
+++ b/recipes-graphics/libsdl2/libsdl2_%.bbappend
@@ -1,6 +1,6 @@
1# 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
2# VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ... 2# VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ...
3EXTRA_OECONF:append:imxgpu2d = " --disable-video-vivante" 3EXTRA_OECMAKE:append:imxgpu = " -DSDL_VIVANTE=OFF"
4 4
5CFLAGS:append:imxgpu = " -DLINUX \ 5CFLAGS:append:imxgpu = " -DLINUX \
6 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_API_FB', d)} \ 6 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_API_FB', d)} \