From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqghN-00044F-R3 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 08:16:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqghJ-00085o-QQ for qemu-devel@nongnu.org; Mon, 26 Oct 2015 08:16:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqghJ-00085k-LM for qemu-devel@nongnu.org; Mon, 26 Oct 2015 08:16:21 -0400 Message-ID: <1445861779.4397.24.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 26 Oct 2015 13:16:19 +0100 In-Reply-To: <87io5t9ann.fsf@mail.parknet.co.jp> References: <87lhaso56w.fsf@mail.parknet.co.jp> <1445854583.4397.16.camel@redhat.com> <87io5t9ann.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] ui/egl: Reduce required libraries to build with EGL support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: OGAWA Hirofumi Cc: Paolo Bonzini , qemu-devel@nongnu.org On Mo, 2015-10-26 at 19:39 +0900, OGAWA Hirofumi wrote: > Gerd Hoffmann writes: > > > On Sa, 2015-10-24 at 20:51 +0900, OGAWA Hirofumi wrote: > >> To support EGL (sdl2-gl, gtk-egl, egl-helpers, etc.), we don't need to > >> install "gl" or "glesv" packages. (Those are used only for milkymist-tmu2). > > > > They are needed and used. Maybe it works if you don't explicitly link > > them because epoxy brings them in indirectly then. > > Hm, I meant, we don't need to explicitly install those development > packages. I.e. epoxy handling those dynamically. Ah, I see. Can we just move over tmu2 to use epoxy too, then drop the deps handled by epoxy? So we don't need a new CONFIG_EGL option ... Ideally tmu2 should also be moved from talking to glx directly to use the (egl-based) qemu opengl interfaces. That'll be a bit more work though as tmu2 needs be ported to the modern opengl desktop interfaces then ... cheers, Gerd