Skip to content

Commit

Permalink
site.conf: Enable sdl for qemu-native
Browse files Browse the repository at this point in the history
sync with oe-core defaults

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Aug 7, 2019
1 parent eae38f1 commit 93df496
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/site.conf
Expand Up @@ -21,15 +21,15 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
# Define a feedserver template to be part of rootfs
PACKAGE_FEED_URIS ??= "http://<FEEDSERVER>"


#
# 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"
Expand Down

0 comments on commit 93df496

Please sign in to comment.