diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-14 11:39:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-14 11:39:13 +0000 |
commit | 776d02d628badf796c24b73912e05681f6ee3611 (patch) | |
tree | d1f5eb2c48b2f4f6e3b38c528d2f1607bc7fcbe1 | |
parent | 4e19a8db7ea97916ef541f4637e236ba1cb485c4 (diff) | |
download | openembedded-core-776d02d628badf796c24b73912e05681f6ee3611.tar.gz openembedded-core-776d02d628badf796c24b73912e05681f6ee3611.tar.bz2 openembedded-core-776d02d628badf796c24b73912e05681f6ee3611.tar.xz openembedded-core-776d02d628badf796c24b73912e05681f6ee3611.zip |
matchbox-wm: add expat paths into configure flags
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3160 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_1.2.bb | 2 | ||||
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb index 1e74123e3..78c5be62e 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb @@ -24,7 +24,7 @@ ALTERNATIVE_LINK = "${bindir}/x-window-manager" ALTERNATIVE_PATH = "${bindir}/matchbox-session" ALTERNATIVE_PRIORITY = "10" -EXTRA_OECONF = " --enable-startup-notification --disable-xrm" +EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR}" do_configure_prepend () { cp ${WORKDIR}/gconf-2.m4 ${S}/ diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb index 2edeb6d1a..457d4c8df 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb @@ -23,7 +23,7 @@ FILES_${PN} = "${bindir}/* \ ${datadir}/themes/Default/matchbox \ ${datadir}/themes/MBOpus/matchbox" -EXTRA_OECONF = "--enable-startup-notification --disable-xrm --enable-expat" +EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR} --enable-expat" do_install_prepend() { install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |