Re: [Qemu-devel] [PATCH v2] add opengl_cflags to QEMU_CFLAGS

2017-03-21 Thread Peter Maydell
On 21 March 2017 at 07:04, Gerd Hoffmann wrote: > ... and drop OPENGL_CFLAGS from Makefiles. > > Signed-off-by: Gerd Hoffmann > --- > configure| 2 +- > hw/display/Makefile.objs | 6 +- > ui/Makefile.objs | 7 ++- > 3 files changed, 4 insertions(+), 11 deletions(-

[Qemu-devel] [PATCH v2] add opengl_cflags to QEMU_CFLAGS

2017-03-21 Thread Gerd Hoffmann
... and drop OPENGL_CFLAGS from Makefiles. Signed-off-by: Gerd Hoffmann --- configure| 2 +- hw/display/Makefile.objs | 6 +- ui/Makefile.objs | 7 ++- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 1e0d7a8..02e3b69 100