qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] configure: allow disabling pixman if not needed
Date: Tue, 4 Dec 2012 16:20:26 +0000

On 4 December 2012 15:58, Robert Schiele <address@hidden> wrote:
> diff --git a/target-unicore32/helper.c b/target-unicore32/helper.c
> index a9e226b..3e0df33 100644
> --- a/target-unicore32/helper.c
> +++ b/target-unicore32/helper.c
> @@ -13,7 +13,9 @@
>  #include "gdbstub.h"
>  #include "helper.h"
>  #include "host-utils.h"
> +#ifndef CONFIG_USER_ONLY
>  #include "console.h"
> +#endif

I said at the time that target-* including console.h
was broken; and look, now we wind up with ugliness here.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]