Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support

2012-12-21 Thread Robert Schiele
On Fri, Dec 21, 2012 at 9:56 AM, Gerd Hoffmann wrote: > I mean with --cross-prefix specifying the absolute location (so you > don't have to mess with PATH), why does that not work? He actually wrote already previously: The name is thrown into config.sub, which obviously is confused about this str

[Qemu-devel] [PATCH] configure: allow disabling pixman if not needed

2012-12-04 Thread Robert Schiele
When we build neither any system emulation targets nor the tools there is actually no need for pixman library. In that case do not enforce presence of that library on the system. Signed-off-by: Robert Schiele --- This allows to reduce dependencies in case you build only user emulation targets