diff options
author | Chris Lord <chris@openedhand.com> | 2005-01-24 22:00:47 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-01-24 22:00:47 +0000 |
commit | c0855920b6d630a46d04a8dc5c647389aa237540 (patch) | |
tree | 313c19cf2491a2721146cea12fa7851ced0e6a2c /packages/matchbox-wm | |
parent | 14fc91b86313af4db328c65027493328823c611b (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into cwiiisdesktop.(none):/home/cwiiis/oe/openembedded
2005/01/24 22:31:51+01:00 handhelds.org!zecke
OpenSSL:
Remove bashism from the last cset
2005/01/24 16:19:23-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/24 16:19:13-05:00 handhelds.org!kergoth
Kill the now unnecessary status patch to cairo cvs. Make sure you're on current cvs, or old enough that it's before the status breakage.
2005/01/24 21:51:01+01:00 (none)!koen
mb-wm-0.9.1 lower DEFAULT_PREFERENCE
2005/01/24 21:35:40+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/01/24 21:35:25+01:00 (none)!koen
change mb-desktop SRC_URI to fetch from o-hand.com instead of hh.org
BKrev: 41f5700fLpiIJ-8XAdZGLUYm5OEWyw
Diffstat (limited to 'packages/matchbox-wm')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_0.9.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_0.9.1.bb b/packages/matchbox-wm/matchbox-wm_0.9.1.bb index 55988fbbf4..052b98e4cd 100644 --- a/packages/matchbox-wm/matchbox-wm_0.9.1.bb +++ b/packages/matchbox-wm/matchbox-wm_0.9.1.bb @@ -4,6 +4,9 @@ LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common" RDEPENDS = "matchbox-common" + +DEFAULT_PREFERENCE=-1 + SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz" S = "${WORKDIR}/matchbox-window-manager-${PV}" |