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 | |
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
-rw-r--r-- | cairo/cairo_cvs.oe | 4 | ||||
-rw-r--r-- | cairo/libsvg_cvs.oe | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/cairo/libsvg_cvs.oe b/cairo/libsvg_cvs.oe index b29b2fb0f4..55c214d431 100644 --- a/cairo/libsvg_cvs.oe +++ b/cairo/libsvg_cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" -DEPENDS = "libxml2 jpeg" +DEPENDS = "libxml2 jpeg zlib libpng" DESCRIPTION = "SVG parser library" SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg" |