Remove matchbox-common depends, the session script is now in matchbox-sato

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2115 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-07-05 13:34:16 +00:00
parent d13447393b
commit 1af8217f1c
4 changed files with 4 additions and 9 deletions

View File

@ -2,8 +2,7 @@ SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager"
LICENSE = "GPL"
DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common"
RDEPENDS = "matchbox-common"
PR="r0"
PR="r1"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \

View File

@ -2,8 +2,7 @@ SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager"
LICENSE = "GPL"
DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common"
RDEPENDS = "matchbox-common"
PR="r2"
PR="r3"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \

View File

@ -2,7 +2,7 @@ SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager"
LICENSE = "GPL"
DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat matchbox-common"
RDEPENDS = "matchbox-common"
PR="r1"
SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \
file://kbdconfig \
@ -33,4 +33,3 @@ do_configure_prepend () {
do_install_prepend() {
install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
}

View File

@ -2,9 +2,8 @@ SECTION = "x11/wm"
DESCRIPTION = "Matchbox window manager"
LICENSE = "GPL"
DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat matchbox-common gconf"
RDEPENDS = "matchbox-common"
PV = "1.2+svn${SRCDATE}"
PR = "r5"
PR = "r6"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \
file://kbdconfig"
@ -30,4 +29,3 @@ EXTRA_OECONF = "--enable-startup-notification --disable-xrm --enable-expat"
do_install_prepend() {
install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
}