diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-24 13:49:08 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-24 13:49:08 +0000 |
commit | e64f44b3b9fa33c71c27a9090e8f2a15be54c240 (patch) | |
tree | f208dfaa180279cadc50ecfe37e766c7d37673ea /meta | |
parent | d1bd2284d6ab74a481f8fbf2e09d016367dfc7fd (diff) | |
download | openembedded-core-e64f44b3b9fa33c71c27a9090e8f2a15be54c240.tar.gz openembedded-core-e64f44b3b9fa33c71c27a9090e8f2a15be54c240.tar.bz2 openembedded-core-e64f44b3b9fa33c71c27a9090e8f2a15be54c240.zip |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gtk-theme-darkilouche/gtk-theme-darkilouche.bb | 5 |
1 files 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 \ |