summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-02-12 22:02:11 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:38 +0100
commit6f9b762d029dfbf4a5a580801916e6f48d0226ad (patch)
tree7c4f18d48ca746a34ba390ea65b51f6affa81902 /meta-gnome
parentca8ddbe66c728577c8f0b4740ebeeda58438e3b9 (diff)
downloadmeta-openembedded-6f9b762d029dfbf4a5a580801916e6f48d0226ad.tar.gz
evolution-data-server: fix build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
index aecf6a730..ff3365bc9 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
@@ -31,7 +31,7 @@ S = "${WORKDIR}/git"
31inherit autotools gtk-doc pkgconfig gettext gobject-introspection 31inherit autotools gtk-doc pkgconfig gettext gobject-introspection
32 32
33# -ldb needs this on some platforms 33# -ldb needs this on some platforms
34LDFLAGS += "-lpthread" 34LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
35 35
36# Parallel make shows many issues with this source code. 36# Parallel make shows many issues with this source code.
37# Current problems seem to be duplicate execution of the calander/backends 37# Current problems seem to be duplicate execution of the calander/backends