diff options
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 6 |
1 files changed, 5 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 426076fb21..a5664b0856 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | |||
| @@ -28,7 +28,7 @@ SRC_URI = " \ | |||
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
| 30 | 30 | ||
| 31 | inherit autotools gtk-doc pkgconfig gettext | 31 | inherit autotools gtk-doc pkgconfig gettext gobject-introspection |
| 32 | 32 | ||
| 33 | # -ldb needs this on some platforms | 33 | # -ldb needs this on some platforms |
| 34 | LDFLAGS += "-lpthread" | 34 | LDFLAGS += "-lpthread" |
| @@ -42,6 +42,10 @@ do_configure_append () { | |||
| 42 | cp ${WORKDIR}/iconv-detect.h ${S} | 42 | cp ${WORKDIR}/iconv-detect.h ${S} |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | do_compile_prepend() { | ||
| 46 | export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs" | ||
| 47 | } | ||
| 48 | |||
| 45 | EXTRA_OECONF = "--without-openldap \ | 49 | EXTRA_OECONF = "--without-openldap \ |
| 46 | --with-libdb=${STAGING_DIR_HOST}${prefix} \ | 50 | --with-libdb=${STAGING_DIR_HOST}${prefix} \ |
| 47 | --disable-nntp --disable-goa --disable-weather" | 51 | --disable-nntp --disable-goa --disable-weather" |
