diff options
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index bf6dd90cc8..72c16b25de 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -225,11 +225,12 @@ BB_DISKMON_DIRS = "\ | |||
225 | # Qemu configuration | 225 | # Qemu configuration |
226 | # | 226 | # |
227 | # By default qemu will build with a builtin VNC server where graphical output can be | 227 | # By default qemu will build with a builtin VNC server where graphical output can be |
228 | # seen. The two lines below enable the SDL backend too. This assumes there is a | 228 | # seen. The two lines below enable the SDL backend too. By default libsdl-native will |
229 | # libsdl library available on your build system. | 229 | # be built, if you want to use your host's libSDL instead of the minimal libsdl built |
230 | # by libsdl-native then uncomment the ASSUME_PROVIDED line below. | ||
230 | PACKAGECONFIG_append_pn-qemu-native = " sdl" | 231 | PACKAGECONFIG_append_pn-qemu-native = " sdl" |
231 | PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" | 232 | PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" |
232 | ASSUME_PROVIDED += "libsdl-native" | 233 | #ASSUME_PROVIDED += "libsdl-native" |
233 | 234 | ||
234 | 235 | ||
235 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to | 236 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to |