1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Remove libart dependency, this version uses cairo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2167 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-07-11 15:21:08 +00:00
parent 659bd050c8
commit 2f24d5d417
+2 -2
View File
@@ -1,8 +1,8 @@
DESCRIPTION = "Library for rendering SVG files"
SECTION = "x11/utils"
DEPENDS = "gtk+ libcroco cairo libart-lgpl libxml2 popt"
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
LICENSE = "LGPL"
PR = "r1"
PR = "r2"
EXTRA_OECONF = "--disable-mozilla-plugin"