diff options
author | Eric Bénard <eric@eukrea.com> | 2013-10-05 12:11:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 09:37:33 +0100 |
commit | 0b9c3393c10030e14ca9716d7c51940e95c0c173 (patch) | |
tree | 57b656b1631ca667e92287190fd13f2872854a52 /meta/recipes-devtools/remake | |
parent | abeea1be5f7cda164a7b6df741a4e1a14b1bb67e (diff) | |
download | poky-0b9c3393c10030e14ca9716d7c51940e95c0c173.tar.gz |
qemu: fix nativesdk build without x11
when x11 is not defined in DISTRO_FEATURES, there are no x11 headers
so True is not defined leading to :
| ui/sdl.c:62:8: warning: type defaults to 'int' in declaration of 'doing_grabs' [-Wimplicit-int]
| static doing_grabs = True;
| ^
| ui/sdl.c:62:22: error: 'True' undeclared here (not in a function)
| static doing_grabs = True;
| ^
(From OE-Core rev: d3d5ccd3275196fb9e4cb8f49d3c087b97c20ed6)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/remake')
0 files changed, 0 insertions, 0 deletions