diff mbox

[131/131] gconf: Set correct library names

Message ID bf6802ac9cc8e3f4bea578d29ba3ef94e1b6d533.1389702652.git.christian.braunersorensen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

christian.braunersorensen@prevas.dk Jan. 14, 2014, 12:34 p.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Signed-off-by: Christian Sørensen <christian.braunersorensen@prevas.dk>
---
 recipes/gconf/gconf_3.2.0.oe | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/recipes/gconf/gconf_3.2.0.oe b/recipes/gconf/gconf_3.2.0.oe
index 23c99c2..6bb4c31 100644
--- a/recipes/gconf/gconf_3.2.0.oe
+++ b/recipes/gconf/gconf_3.2.0.oe
@@ -4,7 +4,7 @@  LICENSE = "LGPL"
 
 inherit autotools-autoreconf pkgconfig gettext
 
-DEPENDS = "libxml2 libm libdbus libdbus-glib \
+DEPENDS = "libxml2 libm libdbus-1 libdbus-glib-1 \
            libgobject libglib libgthread libgmodule libgio \
            native:gobject-introspection-dev"