mirror of
https://github.com/openwrt/video.git
synced 2026-04-15 19:02:15 +00:00
cairo links against liblzo if that library is detected during build. This leads to a missing dependency error in case liblzo is selected and built before cairo. Fix that by adding liblzo as a dependency for cairo. Fixes: #28 Reported-by: @dreirund Signed-off-by: Daniel Golle <daniel@makrotopia.org>