]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsyncml: fix build with pointing to wbxml2 headers
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 10:35:46 +0000 (10:35 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 10:35:46 +0000 (10:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1881 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opensync/libsyncml_svn.bb

index 17b2537e853cf47506af58f3b67cbb70792a5fab..3bb61c486537beb6aaeac1a9708c897cf54659b8 100644 (file)
@@ -14,7 +14,7 @@ EXTRA_OECONF = " --enable-http \
                 --enable-obex \
                 --enable-bluetooth \
                 --enable-tools \
-                --with-wbxml"
+                --with-wbxml=${STAGING_LIBDIR}"
 
 CFLAGS += "-I${STAGING_INCDIR}/libsoup-2.2"