summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-wm
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-14 11:39:13 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-14 11:39:13 +0000
commit776d02d628badf796c24b73912e05681f6ee3611 (patch)
treed1f5eb2c48b2f4f6e3b38c528d2f1607bc7fcbe1 /meta/packages/matchbox-wm
parent4e19a8db7ea97916ef541f4637e236ba1cb485c4 (diff)
downloadpoky-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
Diffstat (limited to 'meta/packages/matchbox-wm')
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_1.2.bb2
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_svn.bb2
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"
24ALTERNATIVE_PATH = "${bindir}/matchbox-session" 24ALTERNATIVE_PATH = "${bindir}/matchbox-session"
25ALTERNATIVE_PRIORITY = "10" 25ALTERNATIVE_PRIORITY = "10"
26 26
27EXTRA_OECONF = " --enable-startup-notification --disable-xrm" 27EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR}"
28 28
29do_configure_prepend () { 29do_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
26EXTRA_OECONF = "--enable-startup-notification --disable-xrm --enable-expat" 26EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR} --enable-expat"
27 27
28do_install_prepend() { 28do_install_prepend() {
29 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig 29 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig