summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle2022-07-23 08:43:42 +0000
committerDaniel Golle2022-07-23 08:43:42 +0000
commitd567e131d71b2874c0a1a4dc20300d8cabef9474 (patch)
tree3dbea6e58149c84f9c34e609e744350e6b08edff
parent375b9ad7e19a6b4cd40e813cc23fd30785ef49b9 (diff)
downloadvideo-d567e131d71b2874c0a1a4dc20300d8cabef9474.tar.gz
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>
-rw-r--r--libs/cairo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/cairo/Makefile b/libs/cairo/Makefile
index dc3baf4..b4a4f33 100644
--- a/libs/cairo/Makefile
+++ b/libs/cairo/Makefile
@@ -24,7 +24,7 @@ define Package/libcairo
SUBMENU:=Video
TITLE:=cairo
URL:=https://cairo.freedesktop.org/
- DEPENDS:=+libpng +libfreetype +fontconfig +libmesa +pixman +glib2 +libjpeg +zlib
+ DEPENDS:=+libpng +libfreetype +fontconfig +libmesa +pixman +glib2 +libjpeg +zlib +liblzo
endef
define Package/libcairo/description