summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/local.conf.sample')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index fb14379d28..53766d1a9b 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -235,7 +235,7 @@ BB_DISKMON_DIRS ??= "\
235# 235#
236# By default native qemu will build with a builtin VNC server where graphical output can be 236# By default native qemu will build with a builtin VNC server where graphical output can be
237# seen. The line below enables the SDL UI frontend too. 237# seen. The line below enables the SDL UI frontend too.
238PACKAGECONFIG_append_pn-qemu-system-native = " sdl" 238PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
239# By default libsdl2-native will be built, if you want to use your host's libSDL instead of 239# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
240# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below. 240# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
241#ASSUME_PROVIDED += "libsdl2-native" 241#ASSUME_PROVIDED += "libsdl2-native"