aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-17 09:40:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-17 09:42:27 +0100
commit611ee86c5799e0e0bc83d39788007f612f085ba1 (patch)
tree9860c4cd67c201626e519d58570834d3b6878e14 /meta/conf/local.conf.sample
parentcc8e2137f82289a580a7fd58114e0a9e51b6d61a (diff)
downloadopenembedded-core-611ee86c5799e0e0bc83d39788007f612f085ba1.tar.gz
local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG
Now there are other PACKAGECONFIG options to qemu, we need to append to the list. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r--meta/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 555f8db1d8..6b5250a50f 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -198,8 +198,8 @@ BB_DISKMON_DIRS = "\
# By default qemu will build with a builtin VNC server where graphical output can be
# 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"
+PACKAGECONFIG_append_pn-qemu-native = " sdl"
+PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
ASSUME_PROVIDED += "libsdl-native"