cairo_1.10.2: Fix DEPENDS to include glib-2.0

The autobuilder picked up cairo having a dependency on glib-2.0. Added glib-2.0 to DEPENDS.

(From OE-Core rev: 65010151368c255bef7b2aefc47de48f658cf15b)

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Beth Flanagan 2011-03-14 17:59:23 -07:00 committed by Richard Purdie
parent de796d5df5
commit fe3cc9a8fa
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ BUGTRACKER = "http://bugs.freedesktop.org"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "MPLv1.1 & LGPLv2.1"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman glib-2.0"
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
require cairo-fpu.inc