cairo: add missing dependency on liblzo
authorDaniel Golle <daniel@makrotopia.org>
Sat, 23 Jul 2022 08:43:42 +0000 (09:43 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 23 Jul 2022 08:43:42 +0000 (09:43 +0100)
commitd567e131d71b2874c0a1a4dc20300d8cabef9474
tree3dbea6e58149c84f9c34e609e744350e6b08edff
parent375b9ad7e19a6b4cd40e813cc23fd30785ef49b9
cairo: add missing dependency on liblzo

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>
libs/cairo/Makefile