cairomm: add libsigc++-2.0 to DEPENDS of the latest recipe to fix FTBFS
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 12 Jan 2010 14:33:12 +0000 (15:33 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 12 Jan 2010 14:35:06 +0000 (15:35 +0100)
recipes/cairo/cairomm_1.8.2.bb

index 11b3e0e..814689e 100644 (file)
@@ -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"