summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 267108d685..9068e567dc 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -241,7 +241,7 @@ BB_DISKMON_DIRS ??= "\
241# seen. The two lines below enable the SDL backend too. By default libsdl2-native will 241# seen. The two lines below enable the SDL backend too. By default libsdl2-native will
242# be built, if you want to use your host's libSDL instead of the minimal libsdl built 242# be built, if you want to use your host's libSDL instead of the minimal libsdl built
243# by libsdl2-native then uncomment the ASSUME_PROVIDED line below. 243# by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
244PACKAGECONFIG_append_pn-qemu-native = " sdl" 244PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
245PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" 245PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
246#ASSUME_PROVIDED += "libsdl2-native" 246#ASSUME_PROVIDED += "libsdl2-native"
247 247