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