Re: [Qemu-devel] [PATCH] gtk: fix linker error

2014-05-28 Thread Peter Maydell
On 28 May 2014 21:35, Gerd Hoffmann wrote: > commit 3158a3482b0093e41f2b2596fba50774ea31ae08 added a XkbGetKeyboard > call, we'll need libX11 for that. Add it, otherwise the build will fail > with a linker error (unless X11 is linked anyway for other reasons, SDL > for example). Isn't this going

[Qemu-devel] [PATCH] gtk: fix linker error

2014-05-28 Thread Gerd Hoffmann
commit 3158a3482b0093e41f2b2596fba50774ea31ae08 added a XkbGetKeyboard call, we'll need libX11 for that. Add it, otherwise the build will fail with a linker error (unless X11 is linked anyway for other reasons, SDL for example). Cc: Richard Henderson Signed-off-by: Gerd Hoffmann --- configure