From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrMs8-000622-Dj for qemu-devel@nongnu.org; Wed, 28 Oct 2015 05:18:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrMs5-0000Y2-9M for qemu-devel@nongnu.org; Wed, 28 Oct 2015 05:18:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrMs5-0000Xw-4Z for qemu-devel@nongnu.org; Wed, 28 Oct 2015 05:18:17 -0400 Message-ID: <1446023892.5722.0.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 28 Oct 2015 10:18:12 +0100 In-Reply-To: <87a8r58qwj.fsf_-_@mail.parknet.co.jp> References: <87lhaso56w.fsf@mail.parknet.co.jp> <1445854583.4397.16.camel@redhat.com> <87io5t9ann.fsf@mail.parknet.co.jp> <1445861779.4397.24.camel@redhat.com> <87eggh8qz1.fsf@mail.parknet.co.jp> <87a8r58qwj.fsf_-_@mail.parknet.co.jp> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] ui/opengl: Reduce build required libraries for opengl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: OGAWA Hirofumi Cc: Paolo Bonzini , qemu-devel@nongnu.org On Di, 2015-10-27 at 02:45 +0900, OGAWA Hirofumi wrote: > We now use epoxy to load opengl libraries. This means we don't need to > link opengl libraries directly if interfaces handled by epoxy. With > this, we just need epoxy headers and epoxy's *.so to build. > > Tested with epoxy-1.3.1. > > - sdl2/gtk/console egl stuff doesn't require other than epoxy > - milkymist-tmu2 glx stuff doesn't require other than epoxy > > (lm32 test is limited, because can't find mmone-bios.bin, so just test > to load libGL with "./lm32-softmmu/qemu-system-lm32 -M milkymist,accel=qtest") I've tested it, works. Patch queued up. thanks, Gerd