[Buildroot] [PATCH v6 2/5] mesa3d: modularize and bump to version 10.0.4

Sebastien Bourdelin sebastien.bourdelin at savoirfairelinux.com
Thu Mar 13 21:22:58 UTC 2014


Hi,

On 03/13/2014 05:06 PM, Bernd Kuhls wrote:
> Hi,
>
> Sebastien Bourdelin
> <sebastien.bourdelin at savoirfairelinux.com>
> wrote in news:5322075D.20206 at savoirfairelinux.com: 
>
>>> +     --with-egl-platforms=$(foreach subst
>>> $(space),$(comma),$(MESA3D_EGL_PLATFORMS)) 
>> need quotes around the foreach for multiple selection ( example:
>> --with-egl-platform='drm x11')
> according to http://www.mesa3d.org/egl.html
>
> "Its argument is a comma separated string such as --with-egl-
> platforms=x11,drm."
>
> Regards, Bernd
Ok, so you must remove the foreach, else you will have
"--with-egl-platforms=x11 drm" and not "--with-egl-platforms=x11,drm"
and the others options won't be taken in consideration.

Regards,
Sebastien.


More information about the buildroot mailing list