Re: [Qemu-devel] [PULL 2/8] configure: add dma-buf support detection.

2016-02-29 Thread Gerd Hoffmann
Hi, > > if test "$opengl" != "no" ; then > > - opengl_pkgs="epoxy" > > + opengl_pkgs="epoxy libdrm gbm" > > This disables OpenGL entirely if libdrm or mesa-libgbm is unavailable. > Is it intentional? Right now OpenGL has a X11 dependency anyway, so I don't think this is a big problem, libdr

Re: [Qemu-devel] [PULL 2/8] configure: add dma-buf support detection.

2016-02-26 Thread Paolo Bonzini
On 23/02/2016 15:24, Gerd Hoffmann wrote: > Set CONFIG_OPENGL_DMABUF in case both mesa and libepoxy are > new enough to have support for dma-buf import/export. > > Signed-off-by: Gerd Hoffmann > Reviewed-by: Marc-André Lureau > --- > configure | 20 +++- > 1 file changed, 19 i

[Qemu-devel] [PULL 2/8] configure: add dma-buf support detection.

2016-02-23 Thread Gerd Hoffmann
Set CONFIG_OPENGL_DMABUF in case both mesa and libepoxy are new enough to have support for dma-buf import/export. Signed-off-by: Gerd Hoffmann Reviewed-by: Marc-André Lureau --- configure | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/configure b/config