Re: [PATCH] ui/sdl: only compile dmabuf support if CONFIG_GBM

2025-02-17 Thread Marc-André Lureau
Hi On Mon, Feb 17, 2025 at 3:16 PM wrote: > > From: Marc-André Lureau > > Fix SDL backend compilation for win32. > > Fixes: commit 31287d1af4 ("ui/sdl2: Implement dpy dmabuf functions") Pierre-Eric, I realize this is not yet upstream. Can you update your patch? thanks > > Signed-off-by: Marc-

[PATCH] ui/sdl: only compile dmabuf support if CONFIG_GBM

2025-02-17 Thread marcandre . lureau
From: Marc-André Lureau Fix SDL backend compilation for win32. Fixes: commit 31287d1af4 ("ui/sdl2: Implement dpy dmabuf functions") Signed-off-by: Marc-André Lureau --- ui/sdl2-gl.c | 2 ++ ui/sdl2.c| 4 2 files changed, 6 insertions(+) diff --git a/ui/sdl2-gl.c b/ui/sdl2-gl.c index