[Buildroot] [PATCH v5 1/3] New package: ImLib2

Yegor Yefremov yegorslists at googlemail.com
Sat Oct 15 19:01:51 UTC 2011


On Sat, Oct 15, 2011 at 12:50 PM, Arnout Vandecappelle <arnout at mind.be> wrote:
> I tried your patch series and it didn't work :-(
>
> I have an ARCH=i386 config with the following options:
>
> BR2_PACKAGE_IMLIB2=y
>
> # BR2_PACKAGE_IMLIB2_JPEG is not set
>
> BR2_PACKAGE_IMLIB2_PNG=y
>
> # BR2_PACKAGE_IMLIB2_GIF is not set
>
> # BR2_PACKAGE_IMLIB2_TIFF is not set
>
> # BR2_PACKAGE_IMLIB2_FREETYPE is not set
>
> # BR2_PACKAGE_IMLIB2_ID3 is not set
>
> BR2_PACKAGE_IMLIB2_X=y
>
> Building imlib2 gives me:
>
> api.c:30:22: error: ft2build.h: No such file or directory
>
> api.c:31:10: error: #include expects "FILENAME" or <FILENAME>
>
> api.c:31 is
>
> #include FT_FREETYPE_H
>
> If I select BR2_PACKAGE_IMLIB2_FREETYPE it goes through without problem.
>
> My guess is that the --without-freetype option doesn't really work. So
>
> I'd suggest to make the dependency on freetype a hard one and be done with
> it.

Thanks for testing, I'll make it so.

Have you tried some other combinations? Till now I just tried the whole set.

Yegor


More information about the buildroot mailing list