From 93df4963781f44c32dd82ef87294747e3c5539e4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 6 Aug 2019 18:18:07 -0700 Subject: [PATCH] site.conf: Enable sdl for qemu-native sync with oe-core defaults Signed-off-by: Khem Raj --- conf/site.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/site.conf b/conf/site.conf index c96223414..7acda9567 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -21,15 +21,15 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" # Define a feedserver template to be part of rootfs PACKAGE_FEED_URIS ??= "http://" - +# # Qemu configuration # -# By default qemu will build with a builtin VNC server where graphical output can be -# seen. The two lines below enable the SDL backend too. By default libsdl2-native will +# By default native qemu will build with a builtin VNC server where graphical output can be +# seen. The line below enable the SDL backend too. By default libsdl2-native will # be built, if you want to use your host's libSDL instead of the minimal libsdl built # by libsdl2-native then uncomment the ASSUME_PROVIDED line below. -#PACKAGECONFIG_append_pn-qemu-system-native = " sdl" -#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" +PACKAGECONFIG_append_pn-qemu-system-native = " sdl" +#ASSUME_PROVIDED += "libsdl2-native" # Enable llvm-pipe PACKAGECONFIG_append_pn-mesa_qemux86 = " gallium-llvm"