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 | poky-776d02d628badf796c24b73912e05681f6ee3611.tar.gz | |
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 1e74123e3b..78c5be62ee 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" | |||
| 24 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | 24 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" |
| 25 | ALTERNATIVE_PRIORITY = "10" | 25 | ALTERNATIVE_PRIORITY = "10" |
| 26 | 26 | ||
| 27 | EXTRA_OECONF = " --enable-startup-notification --disable-xrm" | 27 | EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR}" |
| 28 | 28 | ||
| 29 | do_configure_prepend () { | 29 | do_configure_prepend () { |
| 30 | cp ${WORKDIR}/gconf-2.m4 ${S}/ | 30 | 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 2edeb6d1ac..457d4c8df0 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}/* \ | |||
| 23 | ${datadir}/themes/Default/matchbox \ | 23 | ${datadir}/themes/Default/matchbox \ |
| 24 | ${datadir}/themes/MBOpus/matchbox" | 24 | ${datadir}/themes/MBOpus/matchbox" |
| 25 | 25 | ||
| 26 | EXTRA_OECONF = "--enable-startup-notification --disable-xrm --enable-expat" | 26 | EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR} --enable-expat" |
| 27 | 27 | ||
| 28 | do_install_prepend() { | 28 | do_install_prepend() { |
| 29 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig | 29 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |
