summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-07 10:35:46 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-07 10:35:46 +0000
commite840e0dac6d7cf1b5985fdc479c63ae3c61ebd11 (patch)
tree24c436dd22dccc18444ecd4044493865c4c69270 /meta
parent8f91823fa6e0fc52543ed76f00eeaf459579fb31 (diff)
downloadpoky-e840e0dac6d7cf1b5985fdc479c63ae3c61ebd11.tar.gz
libsyncml: fix build with pointing to wbxml2 headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1881 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/opensync/libsyncml_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/opensync/libsyncml_svn.bb b/meta/packages/opensync/libsyncml_svn.bb
index 17b2537e85..3bb61c4865 100644
--- a/meta/packages/opensync/libsyncml_svn.bb
+++ b/meta/packages/opensync/libsyncml_svn.bb
@@ -14,7 +14,7 @@ EXTRA_OECONF = " --enable-http \
14 --enable-obex \ 14 --enable-obex \
15 --enable-bluetooth \ 15 --enable-bluetooth \
16 --enable-tools \ 16 --enable-tools \
17 --with-wbxml" 17 --with-wbxml=${STAGING_LIBDIR}"
18 18
19CFLAGS += "-I${STAGING_INCDIR}/libsoup-2.2" 19CFLAGS += "-I${STAGING_INCDIR}/libsoup-2.2"
20 20