openwrt / video

56 stars 43 forks source link

cairo: Fails to build with `Package libcairo is missing dependencies for the following libraries: liblzo2.so.2` in 22.03. #28

Closed dreirund closed 2 years ago

dreirund commented 2 years ago

Maintainer:

@dangowrt

Environment:

Description:

make -j6 fails in above configuration on package/feeds/video/cairo.
An explicit run of
make -j1 V=sc package/feeds/video/cairo/{clean,compile}
fails with

Package libcairo is missing dependencies for the following libraries:
liblzo2.so.2

Full compile log: → cairo.compile.log.

dreirund commented 2 years ago

d567e13

I can confirm that this fixes the issue for me.