summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-09-24 14:39:17 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-09-24 14:39:17 +0000
commit9f09bdab252b439cee4fd90f039676a2af82ccb5 (patch)
tree36312a78b75a335e7ba2349872e020f925489fcb
parentc6a6eb499467366e6126d7eb4f1c21f834e0144f (diff)
downloadopenembedded-core-contrib-9f09bdab252b439cee4fd90f039676a2af82ccb5.tar.gz
matchbox-themes-gtk: fixed dependencies after clearlooks cleanup
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5260 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb b/meta/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb
index 602a96efa3..60be56de13 100644
--- a/meta/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb
+++ b/meta/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes"
LICENSE = "GPL"
-DEPENDS = "matchbox-wm gtk-clearlooks-engine"
-RDEPENDS = "matchbox-wm gtk-clearlooks-engine"
+DEPENDS = "gtk-engines"
+RDEPENDS = "matchbox-wm gtk-engine-clearlooks"
SECTION = "x11/base"
PR = "r2"