diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 14:39:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 14:39:17 +0000 |
commit | 9f09bdab252b439cee4fd90f039676a2af82ccb5 (patch) | |
tree | 36312a78b75a335e7ba2349872e020f925489fcb /meta/packages | |
parent | c6a6eb499467366e6126d7eb4f1c21f834e0144f (diff) | |
download | poky-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
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb | 4 |
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 @@ | |||
1 | DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" | 1 | DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "matchbox-wm gtk-clearlooks-engine" | 3 | DEPENDS = "gtk-engines" |
4 | RDEPENDS = "matchbox-wm gtk-clearlooks-engine" | 4 | RDEPENDS = "matchbox-wm gtk-engine-clearlooks" |
5 | SECTION = "x11/base" | 5 | SECTION = "x11/base" |
6 | PR = "r2" | 6 | PR = "r2" |
7 | 7 | ||