Commits

Bernd Kuhls committed c6954be5540
package/cairo: add optional support for lzo When lzo was compiled before, cairo will use it as optional dependency: $ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/cairo-sphinx | grep NEEDED | sort [...] 0x0000000000000001 (NEEDED) Shared library: [liblzo2.so.2] The build system offers no option to en-/disable lzo support: https://cgit.freedesktop.org/cairo/tree/configure.ac#n54 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>