Bug 13756

Summary: SDL2_KMSDRM depends on gbm and egl
Product: buildroot Reporter: stsp <stsp2>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2021.02.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: the patch

Description stsp 2021-04-12 12:06:01 UTC
Created attachment 8901 [details]
the patch

BR2_PACKAGE_SDL2_KMSDRM option is
currently broken. Enabling it doesn't
do anything useful because kmsdrm driver
in sdl2 have more deps.
Namely, it needs BR2_PACKAGE_MESA3D_GBM
and BR2_PACKAGE_MESA3D_OPENGL_EGL.
Additionally it needs the patch that I
extracted from sdl git, to even build
successfully. See "hg diff -r 14526..14527"
in sdl sources.
That patch is attached.
Comment 1 stsp 2021-11-20 11:27:32 UTC
I think this was fixed by 6d664e9cfe
and a new sdl.