[oe-commits] Rolf Leggewie : cairomm: add libsigc++-2. 0 to DEPENDS of the latest recipe to fix FTBFS

git version control git at git.openembedded.org
Tue Jan 12 23:56:53 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: e736165f7ea8c10c00a72bf72bd9321aa71d454d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e736165f7ea8c10c00a72bf72bd9321aa71d454d

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue Jan 12 15:33:12 2010 +0100

cairomm: add libsigc++-2.0 to DEPENDS of the latest recipe to fix FTBFS

---

 recipes/cairo/cairomm_1.8.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/cairo/cairomm_1.8.2.bb b/recipes/cairo/cairomm_1.8.2.bb
index 11b3e0e..814689e 100644
--- a/recipes/cairo/cairomm_1.8.2.bb
+++ b/recipes/cairo/cairomm_1.8.2.bb
@@ -1,6 +1,6 @@
 require cairo.inc
 
-DEPENDS = "cairo"
+DEPENDS = "cairo libsigc++-2.0"
 DESCRIPTION = "C++ bindings for Cairo graphics library"
 
 SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz"





More information about the Openembedded-commits mailing list