diff options
Diffstat (limited to 'openembedded/packages/matchbox-themes-gtk')
-rw-r--r-- | openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb b/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb index 769aeecb1..35275dac2 100644 --- a/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb +++ b/openembedded/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" LICENSE = "GPL" -RDEPENDS = "matchbox-wm gtk2-theme-angelistic" +DEPENDS = "matchbox-wm gtk-clearlooks-engine" +RDEPENDS = "matchbox-wm gtk-clearlooks-engine" SECTION = "x11/base" SRC_URI = "file://gtkrc" |