From 12ad41f91f1824eb141e368294d97860644ab777 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 31 Jan 2021 21:18:40 +0100 Subject: sandbox: migrate to SDL 2.0 SDL 2.0 has been released more than 7 years ago and should be available everywhere. Replace barebox's SDL 1.2 with SDL 2.0 instead: - better maintained - At least on Debian, you can't install x86_64 and i386 libsdl-dev at the same time, which makes a quick use of CONFIG_SANDBOX_LINUX_I386 harder as the user needs to reinstall libraries. With SDL 2.0, it works - SDL 2.0 has easier audio API, which will be used in a later commit - Wayland support for sandbox video driver Port to SDL 2.0 and as we touch everything anyway, rename the sdl_ functions to start with sdl_video_ to differentiate from upcoming sdl_sound_. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/sandbox/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/sandbox/Kconfig') diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 5d1702480f..1a4e3bacf6 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -44,3 +44,6 @@ config 64BIT config SANDBOX_LINUX_I386 bool "32-bit x86 barebox" if CC_HAS_LINUX_I386_SUPPORT + +config SDL + bool -- cgit v1.2.3