From e64f44b3b9fa33c71c27a9090e8f2a15be54c240 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 24 Sep 2008 13:49:08 +0000 Subject: [PATCH] gtk-theme-darkilouche.bb: depend on gtk-engines so that clearlooks is built, and rdepend on the engine not the theme git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5256 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb b/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb index af594a451c..6bf1eedafc 100644 --- a/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb +++ b/meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb @@ -1,10 +1,11 @@ DESCRIPTION = "Dark GTK+ theme" LICENSE = "GPL" -RDEPENDS = "gtk-theme-clearlooks gnome-icon-theme" +DEPENDS = "gtk-engines" +RDEPENDS = "gtk-engine-clearlooks gnome-icon-theme" SECTION = "x11/base" PACKAGE_ARCH = "all" -PR = "r0" +PR = "r1" #SRC_URI = "http://art.gnome.org/download/themes/gtk2/1285/GTK2-Darkilouche.tar.bz2" SRC_URI = "git://people.freedesktop.org/~jimmac/Darkilouche.git;protocol=git \