diff options
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index da4a01e95c..93c85c222e 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -220,8 +220,8 @@ BB_DISKMON_DIRS = "\ | |||
220 | # By default qemu will build with a builtin VNC server where graphical output can be | 220 | # By default qemu will build with a builtin VNC server where graphical output can be |
221 | # seen. The two lines below enable the SDL backend too. This assumes there is a | 221 | # seen. The two lines below enable the SDL backend too. This assumes there is a |
222 | # libsdl library available on your build system. | 222 | # libsdl library available on your build system. |
223 | PACKAGECONFIG_pn-qemu-native = "sdl" | 223 | PACKAGECONFIG_append_pn-qemu-native = " sdl" |
224 | PACKAGECONFIG_pn-nativesdk-qemu = "sdl" | 224 | PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" |
225 | ASSUME_PROVIDED += "libsdl-native" | 225 | ASSUME_PROVIDED += "libsdl-native" |
226 | 226 | ||
227 | 227 | ||