diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-03 10:57:49 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-03 10:57:49 +0000 |
commit | 75df7432f45743019149940d0c42ea624f6c9d1a (patch) | |
tree | 38b9de70ec5096d842a66a2d313cb16398e5c1bc /meta/packages/matchbox-wm-2 | |
parent | a24fec274939e4be55e6ad818797c880efe0b2b9 (diff) | |
download | openembedded-core-75df7432f45743019149940d0c42ea624f6c9d1a.tar.gz openembedded-core-75df7432f45743019149940d0c42ea624f6c9d1a.tar.bz2 openembedded-core-75df7432f45743019149940d0c42ea624f6c9d1a.zip |
matchbox-wm-2: stage the headers and so on
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5124 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm-2')
-rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb index d8b3721ee7..72f6a0d27c 100644 --- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" PV = "0.0+svnr${SRCREV}" -PR = "r2" +PR = "r3" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ " @@ -13,6 +13,9 @@ S = "${WORKDIR}/matchbox-window-manager-2" inherit autotools pkgconfig update-alternatives +# Change this to x-session-manager->matchbox-session and put in +# matchbox-session, then change this to x-window-manager to +# matchbox-window-manager-2. ALTERNATIVE_NAME = "x-window-manager" ALTERNATIVE_LINK = "${bindir}/x-window-manager" ALTERNATIVE_PATH = "${bindir}/matchbox-session" @@ -33,3 +36,7 @@ do_install_append () { cd ${D}${bindir} ln -s matchbox-window-manager-2-simple matchbox-window-manager } + +do_stage() { + autotools_stage_all +} |