projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426d373
)
Adding pixman dependency to cairo
author
ryd
<ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 May 2008 07:59:11 +0000
(07:59 +0000)
committer
ryd
<ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 May 2008 07:59:11 +0000
(07:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11148
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
XOrg/lib/cairo/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/cairo/Makefile
b/XOrg/lib/cairo/Makefile
index
97ace21
..
e714b19
100644
(file)
--- a/
XOrg/lib/cairo/Makefile
+++ b/
XOrg/lib/cairo/Makefile
@@
-23,7
+23,7
@@
define Package/cairo
CATEGORY:=Xorg
SUBMENU:=libraries
TITLE:=2D graphics library with support for multiple output devices
- DEPENDS:=+xorg-server-essentials +fontconfig +libpng +libexpat
+ DEPENDS:=+xorg-server-essentials +fontconfig +libpng +libexpat
+pixman
endef
CONFIGURE_VARS += FONTCONFIG_LIBS="-lfreetype -lfontconfig -lz -lexpat"