From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from r-finger.com ([178.79.160.5]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T9dOw-0008CV-0T for openembedded-core@lists.openembedded.org; Thu, 06 Sep 2012 16:49:50 +0200 Received: from [192.168.0.2] (host81-153-84-143.range81-153.btcentralplus.com [81.153.84.143]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by r-finger.com (Postfix) with ESMTPSA id 5C4319ADE for ; Thu, 6 Sep 2012 15:37:27 +0100 (BST) Message-ID: <5048B526.4050501@r-finger.com> Date: Thu, 06 Sep 2012 15:37:26 +0100 From: Tomas Frydrych User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <644855E8-7D63-45DC-B072-B9A9893058F3@dominion.thruhere.net> In-Reply-To: Subject: Re: [yocto] opengl / libgl / libgles X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 14:49:50 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 06/09/12 14:51, Burton, Ross wrote: > On 6 September 2012 14:25, Koen Kooi wrote: >> It's not automatic, but you can do something like this: >> >> http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=23b02134 >> >> RDEPENDS_${PN} = "libGL" > > Ah, interesting. I'm not entirely keen on the manual dependencies but > that's certainly a step in the right direction. Is there much that actually links against libGL / libgles? Things like cogl dlopen() these these, so you have to manually specify the RDEPENDS anyway. Just thinking this could be less of an issue than it might appear. Tomas