added missing libpng dependency to cairo
authorJohn Crispin <john@openwrt.org>
Fri, 5 Oct 2007 23:07:39 +0000 (23:07 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 5 Oct 2007 23:07:39 +0000 (23:07 +0000)
SVN-Revision: 9153

XOrg/lib/cairo/Makefile

index 482220ca018d28515affd17118c2a32298c93eb8..8593ec55ac82a10d4c1a75f2e7a88ce67c71e528 100644 (file)
@@ -24,7 +24,7 @@ define Package/cairo
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=2D graphics library with support for multiple output devices
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=2D graphics library with support for multiple output devices
-  DEPENDS:=+xorg-server-essentials +fontconfig
+  DEPENDS:=+xorg-server-essentials +fontconfig +libpng
 endef
 
 define Build/Configure
 endef
 
 define Build/Configure