Re: [Qemu-devel] [PATCH] ui: do not build-depend or link with libdrm, it is not needed

2018-07-02 Thread Gerd Hoffmann
On Sat, Jun 30, 2018 at 07:54:48PM +0300, Michael Tokarev wrote: > Opengl support brings up libdrm. But actually nothing uses this library > or includes any of its headers. Just remove checking for it from configure. Added to ui queue. thanks, Gerd

Re: [Qemu-devel] [PATCH] ui: do not build-depend or link with libdrm, it is not needed

2018-06-30 Thread Philippe Mathieu-Daudé
On 06/30/2018 01:54 PM, Michael Tokarev wrote: > Opengl support brings up libdrm. But actually nothing uses this library > or includes any of its headers. Just remove checking for it from configure. libgbm is linked to libdrm, but I don't see call from QEMU to libdrm, son we don't need to check fo

[Qemu-devel] [PATCH] ui: do not build-depend or link with libdrm, it is not needed

2018-06-30 Thread Michael Tokarev
Opengl support brings up libdrm. But actually nothing uses this library or includes any of its headers. Just remove checking for it from configure. Signed-off-by: Michael Tokarev --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 65548df