diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-13 20:36:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-13 20:36:59 +0000 |
commit | b74b0f70835df26881fbe4bafbef45c13618c7b5 (patch) | |
tree | d50956a543dcdc90f251878f61f6be7aa9d795a7 /cairo/cairo_cvs.oe | |
parent | c79ed40efc8f436105b6c9debf4fede86ed06f1a (diff) |
Merge odin:code/packages
into handhelds.org:/home/kergoth/code/projects/packages
2004/08/13 15:35:52-05:00 handhelds.org!kergoth
Add a couple items to DEPENDS for cairo and libsvg.
BKrev: 411d266b1EstYwd_0Hw8si27LoH4RQ
Diffstat (limited to 'cairo/cairo_cvs.oe')
-rw-r--r-- | cairo/cairo_cvs.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cairo/cairo_cvs.oe b/cairo/cairo_cvs.oe index 304d9d7d66..6105a7a45b 100644 --- a/cairo/cairo_cvs.oe +++ b/cairo/cairo_cvs.oe @@ -2,8 +2,8 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" -# DEPENDS = "x11 libpixman libpng fontconfig xcb glitz" -DEPENDS = "x11 libpixman libpng fontconfig" +# DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" +DEPENDS = "x11 libpixman libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo" |