aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-settings-daemon_2.28.0.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-10-14 11:27:27 -0700
committerTom Rini <trini@embeddedalley.com>2009-10-14 11:27:27 -0700
commit38705be757c181061380807c25fbe88363a107a2 (patch)
treeae8078eb541717d21824d255de3f72b1c9fcac4a /recipes/gnome/gnome-settings-daemon_2.28.0.bb
parent60f7dc1ccfe9dfceddb69ded7dd28351519fe3aa (diff)
downloadopenembedded-38705be757c181061380807c25fbe88363a107a2.tar.gz
Use LDFLAGS not CFLAGS to add libraries for linking
Diffstat (limited to 'recipes/gnome/gnome-settings-daemon_2.28.0.bb')
-rw-r--r--recipes/gnome/gnome-settings-daemon_2.28.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/gnome-settings-daemon_2.28.0.bb b/recipes/gnome/gnome-settings-daemon_2.28.0.bb
index 23f47771d8..43585f3425 100644
--- a/recipes/gnome/gnome-settings-daemon_2.28.0.bb
+++ b/recipes/gnome/gnome-settings-daemon_2.28.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libxklavier libgnomekbd libgnomeui gnome-desktop gnome-doc-utils gtk+
inherit gnome
-CFLAGS += "-lgthread-2.0"
+LDFLAGS += "-lgthread-2.0"
FILES_${PN} += "${libdir}/gnome-settings-daemon-2.0/*.so \
${libdir}/gnome-settings-daemon-2.0/*plugin \