Re: [PATCH v2] sandbox: sdl: Add stub sandbox_sdl_remove_display()

2022-06-25 Thread Anatolij Gustschin
On Wed, 23 Mar 2022 20:20:37 + Andrew Scull asc...@google.com wrote: > Building the sandbox with NO_SDL=1 resulted in an undefined reference to > 'sandbox_sdl_remove_display'. Resolve this by adding a stub > implementation to match the stubs of the other similar functions. > > Signed-off-by:

Re: [PATCH v2] sandbox: sdl: Add stub sandbox_sdl_remove_display()

2022-05-15 Thread Andrew Scull
Friendly ping on this patch as I've seen a few others being accepted recently and wanted to make sure this fix hasn't fallen by the wayside. On Wed, 23 Mar 2022 at 20:20, Andrew Scull wrote: > > Building the sandbox with NO_SDL=1 resulted in an undefined reference to > 'sandbox_sdl_remove_display