summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-12-22 12:54:31 +0000
committerMatthew Allum <mallum@openedhand.com>2006-12-22 12:54:31 +0000
commit51bcdb363ffda7ad2857f170c0042fb3c2ffc367 (patch)
treeaab294edba1b051df8fd73d2287fb8c2365ee9f5
parent3040eb4996ad3fe25cc9b102cac6b51bb70e344d (diff)
downloadpoky-51bcdb363ffda7ad2857f170c0042fb3c2ffc367.tar.gz
Fix depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1082 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb4
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 64091bcd7f..49ece1f68c 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Custom MB session files for poky" 1DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-engine-sato" 4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato"
5PR = "r1" 5PR = "r2"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}