mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
evolution-data-server: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
parent
4dad5a8a04
commit
b784dffd10
|
|
@ -28,7 +28,7 @@ SRC_URI = " \
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools gtk-doc pkgconfig gettext
|
||||
inherit autotools gtk-doc pkgconfig gettext gobject-introspection
|
||||
|
||||
# -ldb needs this on some platforms
|
||||
LDFLAGS += "-lpthread"
|
||||
|
|
@ -42,6 +42,10 @@ do_configure_append () {
|
|||
cp ${WORKDIR}/iconv-detect.h ${S}
|
||||
}
|
||||
|
||||
do_compile_prepend() {
|
||||
export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs"
|
||||
}
|
||||
|
||||
EXTRA_OECONF = "--without-openldap \
|
||||
--with-libdb=${STAGING_DIR_HOST}${prefix} \
|
||||
--disable-nntp --disable-goa --disable-weather"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user