We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f1056 commit 83b479bCopy full SHA for 83b479b
meta/conf/templates/default/local.conf.sample
@@ -208,9 +208,8 @@ BB_DISKMON_DIRS ??= "\
208
#
209
# Qemu configuration
210
211
-# By default native qemu will build with a builtin VNC server where graphical output can be
212
-# seen. The line below enables the SDL UI frontend too.
213
-PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
+# By default native qemu will build with a builtin VNC server and a SDL UI frontend
+# where graphical output can be seen.
214
# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
215
# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
216
#ASSUME_PROVIDED += "libsdl2-native"
0 commit comments