Re: [OE-core] [PATCH] qemu: fix nativesdk build without x11

2013-10-07 Thread Eric Bénard
Le Mon, 7 Oct 2013 12:34:02 +0100, "Burton, Ross" a écrit : > On 5 October 2013 11:11, Eric Bénard wrote: > > 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 > > '

Re: [OE-core] [PATCH] qemu: fix nativesdk build without x11

2013-10-07 Thread Burton, Ross
On 5 October 2013 11:11, Eric Bénard wrote: > 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; > |

[OE-core] [PATCH] qemu: fix nativesdk build without x11

2013-10-05 Thread Eric Bénard
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