]> code.ossystems Code Review - openembedded-core.git/commit
libsdl2: Disable video-rpi
authorRandy MacLeod <randy.macleod@windriver.com>
Wed, 11 Nov 2020 01:06:52 +0000 (20:06 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Nov 2020 14:31:56 +0000 (14:31 +0000)
commit51009ed1b88aa391aae819fd800b907badc2be8c
tree12daf47d6933ea97f044f2e619c7279b98ccb6f9
parent5bc83ca06d0d38a6eb9fcc0343d081021dafb2ce
libsdl2: Disable video-rpi

When building on Raspbery Pi OS/64-bit, libsdl2 fails with
the error:
   .../tmp/work/aarch64-linux/libsdl2-native/2.9.12-r0/SDL2-2.0.12/src/video/raspberry/SDL.rpivideo.h:47:5:
     error: unknown type name 'EGL_DISPMANX_WINDOW_T'
     EGL_DISPMANX_WINDOW_T dispman_window;

Disable video-rpi to avoid the problem since video suppport is
not needed for rpi and this configuration option is harmless when
building on x86-64 hosts.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb