diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 13:37:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 13:37:30 +0000 |
commit | f3677d679e5c74f9877f36cdb170bbfea9b7b9bb (patch) | |
tree | 243f42b89e4f57448742a1b02404a5329b0af79f | |
parent | 6702c43f87139bb64ba155794162e09342ebc9c9 (diff) | |
download | poky-f3677d679e5c74f9877f36cdb170bbfea9b7b9bb.tar.gz |
glib-2.0: Add missing DEPENDS on dbus
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index e1705e7fcc..0b6e752e9a 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -15,8 +15,8 @@ SECTION = "libs" | |||
15 | 15 | ||
16 | require glib-2.0.inc | 16 | require glib-2.0.inc |
17 | 17 | ||
18 | DEPENDS = "glib-2.0-native gtk-doc-native virtual/libiconv virtual/libintl zip" | 18 | DEPENDS = "glib-2.0-native gtk-doc-native virtual/libiconv virtual/libintl zip dbus" |
19 | DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native" | 19 | DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native dbus-native" |
20 | PACKAGES =+ "glib-2.0-utils " | 20 | PACKAGES =+ "glib-2.0-utils " |
21 | 21 | ||
22 | LEAD_SONAME = "libglib-2.0.*" | 22 | LEAD_SONAME = "libglib-2.0.*" |