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-06 09:54:49 +0100 |
commit | d3d5ccd3275196fb9e4cb8f49d3c087b97c20ed6 (patch) | |
tree | d58b11a722237bbdbfc915dd5912e5255e1eee79 /meta/recipes-extended/hdparm | |
parent | 97b13a4938bf6879b0108a7716cf73c07e31544c (diff) | |
download | openembedded-core-d3d5ccd3275196fb9e4cb8f49d3c087b97c20ed6.tar.gz openembedded-core-d3d5ccd3275196fb9e4cb8f49d3c087b97c20ed6.tar.bz2 openembedded-core-d3d5ccd3275196fb9e4cb8f49d3c087b97c20ed6.zip |
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;
| ^
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/hdparm')
0 files changed, 0 insertions, 0 deletions