librsvg: add cairo dep
authorKoen Kooi <koen@openembedded.org>
Wed, 22 Nov 2006 11:17:30 +0000 (11:17 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 22 Nov 2006 11:17:30 +0000 (11:17 +0000)
packages/librsvg/librsvg_2.16.0.bb

index ed788e1..3110c12 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "Library for rendering SVG files"
 SECTION = "x11/utils"
-DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt"
+DEPENDS = "gtk+ libcroco cairo libart-lgpl libxml2 popt"
 LICENSE = "LGPL"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF = "--disable-mozilla-plugin"