diff options
author | 2022-01-17 08:43:00 -0300 | |
---|---|---|
committer | 2022-01-17 08:43:00 -0300 | |
commit | 6f0a6ce3fed38de2889f77bf35fda11cc85663d3 (patch) | |
tree | 245fdd0173a9928bd6aca57816147c2bde1772f8 | |
parent | ca3e8f9ddc4f0fb314345584e8a2f18f4df12e29 (diff) | |
parent | 77ea51a95b7eb2165ce9b8d55020b5fdd00a590c (diff) | |
download | meta-freescale-6f0a6ce3fed38de2889f77bf35fda11cc85663d3.tar.gz meta-freescale-6f0a6ce3fed38de2889f77bf35fda11cc85663d3.tar.bz2 meta-freescale-6f0a6ce3fed38de2889f77bf35fda11cc85663d3.zip |
Merge pull request #945 from MaxKrummenacher/master
libsdl2: follow oe-core's move to cmake
-rw-r--r-- | recipes-graphics/libsdl2/libsdl2_%.bbappend | 2 |
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 @@ # what vivante driver does libsdl2 mean? Anyway it fails with missing functions as # VIVANTE_Create VIVANTE_GLES_GetProcAddress VIVANTE_GLES_UnloadLibrary ... -EXTRA_OECONF:append:imxgpu2d = " --disable-video-vivante" +EXTRA_OECMAKE:append:imxgpu = " -DSDL_VIVANTE=OFF" CFLAGS:append:imxgpu = " -DLINUX \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_API_FB', d)} \ |