diff options
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 0111801cb8..bcb086481c 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -243,6 +243,7 @@ BB_DISKMON_DIRS = "\ | |||
243 | # seen. The two lines below enable the SDL backend too. This assumes there is a | 243 | # seen. The two lines below enable the SDL backend too. This assumes there is a |
244 | # libsdl library available on your build system. | 244 | # libsdl library available on your build system. |
245 | PACKAGECONFIG_pn-qemu-native = "sdl" | 245 | PACKAGECONFIG_pn-qemu-native = "sdl" |
246 | PACKAGECONFIG_pn-nativesdk-qemu = "sdl" | ||
246 | ASSUME_PROVIDED += "libsdl-native" | 247 | ASSUME_PROVIDED += "libsdl-native" |
247 | 248 | ||
248 | 249 | ||