All of lore.kernel.org
 help / color / mirror / Atom feed
* PACKAGECONFIG and related parameters
@ 2014-04-23 13:24 Diego
  2014-04-30  9:05 ` Diego
  2014-04-30  9:33 ` ChenQi
  0 siblings, 2 replies; 5+ messages in thread
From: Diego @ 2014-04-23 13:24 UTC (permalink / raw)
  To: yocto

Hi,

I'd like to update the glmark2 recipe:
http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
to latest upstream version.

The problem is the configure step is done with:
./waf configure --with-flavors=x11-gl,x11-glesv2
instead of the previous release's syntax:
./waf configure --enable-gl --enable-glesv2
Unfortunately:
./waf configure --with-flavors=x11-gl --with-flavors=x11-glesv2
is not an accepted syntax.

How can I express the PACKAGECONFIG[...] parameters, so that if both gl and 
gles2 are present I obtain "--with-flavors=x11-gl,x11-glesv2" as the configure 
parameter?

Thanks,
Diego



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

end of thread, other threads:[~2014-04-30 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 13:24 PACKAGECONFIG and related parameters Diego
2014-04-30  9:05 ` Diego
2014-04-30  9:57   ` Paul Eggleton
2014-04-30 15:25     ` Diego
2014-04-30  9:33 ` ChenQi

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.