libsigc++: add dep on mm-common
authorKoen Kooi <koen@openembedded.org>
Wed, 7 Apr 2010 09:40:52 +0000 (11:40 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 7 Apr 2010 09:40:52 +0000 (11:40 +0200)
recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb

index c446230..2cff1f5 100644 (file)
@@ -2,6 +2,9 @@ DESCRIPTION = "A library for loose coupling of C++ method calls"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL LGPL"
+
+DEPENDS = "mm-common"
+
 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive \
           "