[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/5] gtk: cleanup backend dependencies
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 2/5] gtk: cleanup backend dependencies |
Date: |
Tue, 03 Jun 2014 08:17:27 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 06/03/2014 01:01 AM, Gerd Hoffmann wrote:
> Make configure detect gtk x11 backend and link libX11 then. Make
> gtk backend specific code properly #ifdef'ed on the GTK_WINDOWING_*
> backends at runtime). Our gtk ui code should build and run fine on
> any platform now.
>
> This also fixes the linker failute due to the new XkbGetKeyboard call
> added by commit 3158a3482b0093e41f2b2596fba50774ea31ae08.
>
> Cc: Richard Henderson <address@hidden>
> Signed-off-by: Gerd Hoffmann <address@hidden>
> Reviewed-by: Daniel P. Berrange <address@hidden>
> ---
> configure | 4 ++++
> ui/gtk.c | 70
> ++++++++++++++++++++++++++++++++++++++-------------------------
> 2 files changed, 46 insertions(+), 28 deletions(-)
Tested-by: Richard Henderson <address@hidden>
r~
- [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 2/5] gtk: cleanup backend dependencies, Gerd Hoffmann, 2014/06/03
- Re: [Qemu-devel] [PATCH 2/5] gtk: cleanup backend dependencies,
Richard Henderson <=
- [Qemu-devel] [PATCH 4/5] gtk: update window size after showing/hiding tabs, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 1/5] gtk: factor out keycode mapping, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 3/5] gtk: factor out gtk3 grab into the new gd_grab_devices function, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 5/5] gtk: bind to text terminal consoles too, Gerd Hoffmann, 2014/06/03
- Re: [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte, Stefan Weil, 2014/06/04