Re: [PATCH 36/38] sandbox: Rework how SDL is enabled / disabled

2022-11-21 Thread Simon Glass
On Sat, 19 Nov 2022 at 16:46, Tom Rini wrote: > > Given that we can use Kconfig logic directly to see if we have a program > available on the host or not, change from passing NO_SDL to instead > controlling CONFIG_SANDBOX_SDL in Kconfig directly. Introduce > CONFIG_HOST_HAS_SDL as the way to test

[PATCH 36/38] sandbox: Rework how SDL is enabled / disabled

2022-11-19 Thread Tom Rini
Given that we can use Kconfig logic directly to see if we have a program available on the host or not, change from passing NO_SDL to instead controlling CONFIG_SANDBOX_SDL in Kconfig directly. Introduce CONFIG_HOST_HAS_SDL as the way to test for sdl2-config and default CONFIG_SANDBOX_SDL on if we h