mirror of
https://github.com/openwrt/video.git
synced 2024-03-25 11:45:34 +08:00
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>
This commit is contained in:
parent
375b9ad7e1
commit
d567e131d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user