All of lore.kernel.org
 help / color / mirror / Atom feed
* pkg-config with gpu-viv-bin-mx6q
@ 2013-06-28  0:02 Chris Tapp
  2013-06-28  2:32 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Tapp @ 2013-06-28  0:02 UTC (permalink / raw)
  To: meta-freescale

I've got a recipe for an autotools application with runs under EGL / GLESv2. It uses the following to make sure these are available:

PKG_CHECK_MODULE(LIBEGL, egl >= 1.0 )
PKG_CHECK_MODULE(LIBGLESv2, glesv2 >= 2.0 )

These libs are provided by gpu-viv-bin-mx6q, but it looks like there's no pkg-config data available for autotools.

Does this already exist? If not, shall I create a patch to add it?

Chris Tapp

opensource@keylevel.com
www.keylevel.com





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pkg-config with gpu-viv-bin-mx6q
  2013-06-28  0:02 pkg-config with gpu-viv-bin-mx6q Chris Tapp
@ 2013-06-28  2:32 ` Otavio Salvador
  2013-06-28 16:37   ` Chris Tapp
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-06-28  2:32 UTC (permalink / raw)
  To: Chris Tapp; +Cc: meta-freescale

On Thu, Jun 27, 2013 at 9:02 PM, Chris Tapp <opensource@keylevel.com> wrote:
> I've got a recipe for an autotools application with runs under EGL / GLESv2. It uses the following to make sure these are available:
>
> PKG_CHECK_MODULE(LIBEGL, egl >= 1.0 )
> PKG_CHECK_MODULE(LIBGLESv2, glesv2 >= 2.0 )
>
> These libs are provided by gpu-viv-bin-mx6q, but it looks like there's no pkg-config data available for autotools.
>
> Does this already exist? If not, shall I create a patch to add it?

This does, in master branch.

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pkg-config with gpu-viv-bin-mx6q
  2013-06-28  2:32 ` Otavio Salvador
@ 2013-06-28 16:37   ` Chris Tapp
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Tapp @ 2013-06-28 16:37 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale


On 28 Jun 2013, at 03:32, Otavio Salvador wrote:

> On Thu, Jun 27, 2013 at 9:02 PM, Chris Tapp <opensource@keylevel.com> wrote:
>> I've got a recipe for an autotools application with runs under EGL / GLESv2. It uses the following to make sure these are available:
>> 
>> PKG_CHECK_MODULE(LIBEGL, egl >= 1.0 )
>> PKG_CHECK_MODULE(LIBGLESv2, glesv2 >= 2.0 )
>> 
>> These libs are provided by gpu-viv-bin-mx6q, but it looks like there's no pkg-config data available for autotools.
>> 
>> Does this already exist? If not, shall I create a patch to add it?
> 
> This does, in master branch.

Yes, that works great (and also fixes a compile error I was getting). Thanks.

> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://projetos.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

Chris Tapp

opensource@keylevel.com
www.keylevel.com





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-28 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28  0:02 pkg-config with gpu-viv-bin-mx6q Chris Tapp
2013-06-28  2:32 ` Otavio Salvador
2013-06-28 16:37   ` Chris Tapp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.