[Buildroot] [PATCH 1/1] webp: new package

Peter Korsgaard jacmet at uclibc.org
Tue Jan 22 09:48:31 UTC 2013


>>>>> "Gilles" == Gilles Talis <gilles.talis at gmail.com> writes:

Hi,

 >>  gilles> +WEBP_DEPENDENCIES += $(if $(BR2_PACKAGE_JPEG),jpeg)
 >>  gilles> +WEBP_DEPENDENCIES += $(if $(BR2_PACKAGE_TIFF),tiff)
 >> 
 >> Same here. You don't depend on host-pkgconf, so it presumably doesn't
 >> use that to figure out availability of jpeg/tiff.

 Gilles> Same here. I can force the paths to JPEG and TIFF include and
 Gilles> lib to always point to staging dir. Was my first intention, but
 Gilles> it seemed to work out fine without doing that. Do you think it
 Gilles> would be preferrable to force these paths?

I'm concerned it will fail if you build for the same architecture as
your host (E.G. for a PC), haven't enabled png/tiff/jpeg in buildroot
but DO have the development libraries installed on the host.

I'll give it a test later today.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list