From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqepN-00026F-RJ for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:16:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqepI-0001H7-Q2 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:16:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqepI-0001Gw-Kb for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:16:28 -0400 Message-ID: <1445854583.4397.16.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 26 Oct 2015 11:16:23 +0100 In-Reply-To: <87lhaso56w.fsf@mail.parknet.co.jp> References: <87lhaso56w.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 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. cheers, Gerd