[oe-commits] Andreas Oberritter : cairo: depend on glib-2.0 to fix compile error

git version control git at git.openembedded.org
Mon Oct 25 19:12:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 10ed0383202f49ef97be34c010b143bf3bc48f0f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=10ed0383202f49ef97be34c010b143bf3bc48f0f

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Oct 25 03:01:18 2010 +0000

cairo: depend on glib-2.0 to fix compile error

| 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>
Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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"
 





More information about the Openembedded-commits mailing list