freetype: add missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:33:45 +0000 (23:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:33:45 +0000 (23:33 +0000)
SVN-Revision: 32246

libs/freetype/Makefile

index 3eaf143bff02709f2512dd3a276a39615703cd7e..fb4c83451e94b2839b3da55d0360e318993939ff 100644 (file)
@@ -26,7 +26,7 @@ define Package/libfreetype
   CATEGORY:=Libraries
   TITLE:=A free, high-quality and portable font engine
   URL:=http://www.freetype.org/
-  DEPENDS:=+zlib
+  DEPENDS:=+zlib +libbz2
 endef
 
 define Package/libfreetype/description