diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-16 15:51:16 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-16 15:51:16 +0000 |
commit | 93845cb7781a2d68e0b0f42f4165efaadeb260f8 (patch) | |
tree | b794a9d79e962795e36309722dd704d604032c89 /meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |
parent | 05d1dc2c33d16abb69c6f017c1fd074515b6e54b (diff) | |
download | openembedded-core-93845cb7781a2d68e0b0f42f4165efaadeb260f8.tar.gz openembedded-core-93845cb7781a2d68e0b0f42f4165efaadeb260f8.tar.bz2 openembedded-core-93845cb7781a2d68e0b0f42f4165efaadeb260f8.zip |
Don't depend on the old startup monitor
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3188 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato/matchbox-sato_0.1.bb')
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index df21310b20..bf39d73571 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Custom MB session files for poky" LICENSE = "GPL" SECTION = "x11" -RDEPENDS = "matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" +RDEPENDS = "gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" RCONFLICTS = "matchbox-common" -PR = "r15" +PR = "r16" SRC_URI = "file://etc file://matchbox-session" S = ${WORKDIR} |