diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-19 12:10:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-19 12:10:38 +0000 |
commit | 1e876cbd54f0a5a67667c10d03f385cf5692e9dc (patch) | |
tree | a98db5e16ed3629cdce2669f08f28cc5e47b2a14 /matchbox-wm | |
parent | b1d9961a91e6e9a0f1a1914025b340806da8bc5b (diff) |
apply randr/render cleanup patch from Glenn McGrath
BKrev: 40d42d3eUecPVQUtQYT2kyLoI5y21g
Diffstat (limited to 'matchbox-wm')
-rw-r--r-- | matchbox-wm/matchbox-wm_0.8.1.oe | 2 | ||||
-rw-r--r-- | matchbox-wm/matchbox-wm_0.8.2.oe | 2 | ||||
-rw-r--r-- | matchbox-wm/matchbox-wm_0.8.oe | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/matchbox-wm/matchbox-wm_0.8.1.oe b/matchbox-wm/matchbox-wm_0.8.1.oe index 3d3909e1dd..ebcfd5adf3 100644 --- a/matchbox-wm/matchbox-wm_0.8.1.oe +++ b/matchbox-wm/matchbox-wm_0.8.1.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage xrender startup-notification expat gconf" +DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage libxrender startup-notification expat gconf" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/matchbox-wm/matchbox-wm_0.8.2.oe b/matchbox-wm/matchbox-wm_0.8.2.oe index 73120aa718..0d215903e2 100644 --- a/matchbox-wm/matchbox-wm_0.8.2.oe +++ b/matchbox-wm/matchbox-wm_0.8.2.oe @@ -1,7 +1,7 @@ PR = "r1" DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage xrender startup-notification expat gconf" +DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage libxrender startup-notification expat gconf" 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" diff --git a/matchbox-wm/matchbox-wm_0.8.oe b/matchbox-wm/matchbox-wm_0.8.oe index 2d8cd6fb22..c1f6a31434 100644 --- a/matchbox-wm/matchbox-wm_0.8.oe +++ b/matchbox-wm/matchbox-wm_0.8.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage xrender gconf" +DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage libxrender gconf" RDEPENDS = "libmatchbox" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/${PV}/matchbox-window-manager-${PV}.tar.bz2 \ |