diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-15 16:30:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-29 15:15:26 +0100 |
commit | b8f6c7c794438fcfacef4fed8a9285f5dd2cb663 (patch) | |
tree | ace9b53b280f0c27dbbb0e32b292ad3313940f92 /meta/recipes-devtools | |
parent | 474ea6b826b53cb1e4e01a262683091f6c9d9309 (diff) | |
download | poky-b8f6c7c794438fcfacef4fed8a9285f5dd2cb663.tar.gz |
qemu/local.conf.sample: Add sdl PACKAGECONFIG
Currently the SDL configuration option for qemu floats. This is confusing to new users
and makes the build non-determinstic. This patch adds a PACKAGECONFIG option, defaulting
to off and adds documentation to local.conf.sample leaving it on by default since this
is the configuration our quick start assumes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b48a0402bb..2702986309 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -93,6 +93,7 @@ PACKAGECONFIG[uuid] = "--enable-uuid,--disable-uuid,util-linux," | |||
93 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," | 93 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses," |
94 | PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," | 94 | PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," |
95 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," | 95 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," |
96 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl," | ||
96 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | 97 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," |
97 | 98 | ||
98 | # Qemu target will not build in world build for ARM or Mips | 99 | # Qemu target will not build in world build for ARM or Mips |