[oe] [PATCH 1/8] libsdl-gfx: initial add 2.0.25

Andreas Müller schnitzeltony at gmail.com
Thu Oct 4 07:06:28 UTC 2018


On Thu, Oct 4, 2018 at 8:37 AM Khem Raj <raj.khem at gmail.com> wrote:
> >>> +EXTRA_OECONF += " \
> >>> +    SDL_CONFIG=${STAGING_BINDIR_CROSS}/pkg-config sdl \
> >>
> >> is the intention to have SDL_CONFIG point to pkg-config here
> >>
> > I was under the impression it replaces sdl-config (sdl-config supports
> > for basic stuff as cflags and libs same arguments as pkg-config). Now
> > that you ask I checked and grepping did not show my why I should set
> > it (it is mentioned in the doc but...).
> > So I tested and it builds fine without setting SDL_CONFIG. So V2 is
> > near - thanks for the pointer.
>
> I was thinking it should be
>
> SDL_CONFIG="${STAGING_BINDIR_CROSS}/pkg-config sdl"
>
Sent V2: No need to set SDL_CONFIG - have tested that with master and
I grepped through the code and get the impression it is a leftover not
changing anything.

Andreas



More information about the Openembedded-devel mailing list