diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-06 21:44:50 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-06 21:44:50 +0000 |
commit | ecfad2c738fff27255ff4539f0b3e58cb2633590 (patch) | |
tree | 69ec18e33f061378adc0f6ce4f8c72ca88150a8a /matchbox-wm | |
parent | dcd48e547b6c5cc49eb95ec749cac4916434256e (diff) |
add patch for _NET_SHOWING_DESKTOP
BKrev: 40c39052L7hwyy2UVoRPDAtNmSH8KQ
Diffstat (limited to 'matchbox-wm')
-rw-r--r-- | matchbox-wm/matchbox-wm_0.8.2.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/matchbox-wm/matchbox-wm_0.8.2.oe b/matchbox-wm/matchbox-wm_0.8.2.oe index a8e71adcce..73120aa718 100644 --- a/matchbox-wm/matchbox-wm_0.8.2.oe +++ b/matchbox-wm/matchbox-wm_0.8.2.oe @@ -1,8 +1,10 @@ +PR = "r1" DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage xrender startup-notification expat gconf" -SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2 \ + file://net-showing-desktop.patch;patch=1" S = "${WORKDIR}/matchbox-window-manager-${PV}" inherit autotools pkgconfig |