[Qemu-devel] [PATCH 2/5] gtk: cleanup backend dependencies

2014-06-03 Thread Gerd Hoffmann
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

Re: [Qemu-devel] [PATCH 2/5] gtk: cleanup backend dependencies

2014-06-03 Thread Richard Henderson
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