[oe] [PATCH] cairo: depend on glib-2.0 to fix compile error

Andreas Oberritter obi at opendreambox.org
Mon Oct 25 13:01:18 UTC 2010


| In file included from cairo-gobject-enums.c:8:0:
| cairo-gobject.h:44:25: fatal error: glib-object.h: No such file or directory

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes/cairo/cairo.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/cairo/cairo.inc b/recipes/cairo/cairo.inc
index d705db6..c60d7d9 100644
--- a/recipes/cairo/cairo.inc
+++ b/recipes/cairo/cairo.inc
@@ -1,6 +1,6 @@
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender"
+DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender glib-2.0"
 DESCRIPTION = "Cairo graphics library"
 LICENSE = "MPL LGPL"
 
-- 
1.7.1





More information about the Openembedded-devel mailing list