projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9003e51
)
added missing libpng dependency to cairo
author
John Crispin
<john@openwrt.org>
Fri, 5 Oct 2007 23:07:39 +0000
(23:07 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 5 Oct 2007 23:07:39 +0000
(23:07 +0000)
SVN-Revision: 9153
XOrg/lib/cairo/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/cairo/Makefile
b/XOrg/lib/cairo/Makefile
index 482220ca018d28515affd17118c2a32298c93eb8..8593ec55ac82a10d4c1a75f2e7a88ce67c71e528 100644
(file)
--- a/
XOrg/lib/cairo/Makefile
+++ b/
XOrg/lib/cairo/Makefile
@@
-24,7
+24,7
@@
define Package/cairo
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