From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDYG-0008G4-8y for qemu-devel@nongnu.org; Mon, 19 Jan 2015 09:43:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDDYD-00028x-1Y for qemu-devel@nongnu.org; Mon, 19 Jan 2015 09:43:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDYC-00028g-Qf for qemu-devel@nongnu.org; Mon, 19 Jan 2015 09:43:32 -0500 Message-ID: <54BD180D.1090201@redhat.com> Date: Mon, 19 Jan 2015 09:43:25 -0500 From: Max Reitz MIME-Version: 1.0 References: <1421674603-31575-1-git-send-email-kraxel@redhat.com> <1421674603-31575-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1421674603-31575-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/7] configure: opengl overhaul List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Paolo Bonzini , Michael Walle , Anthony Liguori On 2015-01-19 at 08:36, Gerd Hoffmann wrote: > Rename config option from "glx" to "opengl", glx will not be the only > option for opengl in near future. Also switch over to pkg-config for > opengl support detection. > > Signed-off-by: Gerd Hoffmann > --- > configure | 39 +++++++++++++++++---------------------- > default-configs/lm32-softmmu.mak | 2 +- > hw/display/Makefile.objs | 2 +- > hw/lm32/milkymist-hw.h | 4 ++-- > include/sysemu/sysemu.h | 1 + > vl.c | 1 + > 6 files changed, 23 insertions(+), 26 deletions(-) Reviewed-by: Max Reitz