diff options
author | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-03-14 17:59:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-15 01:18:51 +0000 |
commit | fe3cc9a8fa0b3181f55d8f02386d9bf2a16becad (patch) | |
tree | 8c695905a906209f8044d80b6d10b161ded54952 /meta/recipes-graphics/cairo/cairo.inc | |
parent | de796d5df5b48cbe1978441bc6e1f56d00e53aca (diff) | |
download | poky-fe3cc9a8fa0b3181f55d8f02386d9bf2a16becad.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics/cairo/cairo.inc')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index e5b6e18514..9237fadaf3 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -11,7 +11,7 @@ BUGTRACKER = "http://bugs.freedesktop.org" | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | PRIORITY = "optional" | 12 | PRIORITY = "optional" |
13 | LICENSE = "MPLv1.1 & LGPLv2.1" | 13 | LICENSE = "MPLv1.1 & LGPLv2.1" |
14 | DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman" | 14 | DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman glib-2.0" |
15 | 15 | ||
16 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 16 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
17 | require cairo-fpu.inc | 17 | require cairo-fpu.inc |