From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqfBQ-0002ij-5L for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:39:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqfBM-000738-VD for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:39:20 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:50264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqfBM-00072y-Lt for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:39:16 -0400 From: OGAWA Hirofumi References: <87lhaso56w.fsf@mail.parknet.co.jp> <1445854583.4397.16.camel@redhat.com> Date: Mon, 26 Oct 2015 19:39:08 +0900 In-Reply-To: <1445854583.4397.16.camel@redhat.com> (Gerd Hoffmann's message of "Mon, 26 Oct 2015 11:16:23 +0100") Message-ID: <87io5t9ann.fsf@mail.parknet.co.jp> MIME-Version: 1.0 Content-Type: text/plain 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: Gerd Hoffmann Cc: Paolo Bonzini , qemu-devel@nongnu.org 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. With epoxy, it removes dependency of development stuff (e.g. headers, (no versioned) *.so), so no need check those by pkg-config? IOW, need runtime stuff only. Thanks. -- OGAWA Hirofumi