Am Sonntag, den 13.12.2009, 17:34 +0100 schrieb Koen Kooi:
> On 13-12-09 14:46, Paul Menzel wrote:

[…]

> > Thank you! I tried this
> >
> >          +-INCLUDES = -I/usr/include/freetype2
> >          ++INCLUDES = -I${STAGING_INCDIR}/freetype2
> >
> > but the `${STAGING_INCDIR}` was not expanded. The result is the
> > following.
> >
> >          INCLUDES = -I${STAGING_INCDIR}freetype2
> >
> > Using an absolute path worked.
> >
> > Could you please point out my mistake?
> 
> AFAIK Makefiles don't use accolades but parens for variables.

I see. But

        -INCLUDES = -I/usr/include/freetype2
        +INCLUDES = $(STAGING_INCDIR)/freetype2

did not help and resulted in.

        INCLUDES = $(STAGING_INCDIR)/freetype2

So I guess Petr’s solution is the way to go.


Thanks,

Paul

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to