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 | |
parent | d1bd2284d6ab74a481f8fbf2e09d016367dfc7fd (diff) | |
download | poky-e64f44b3b9fa33c71c27a9090e8f2a15be54c240.tar.gz |
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
-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 @@ | |||
1 | DESCRIPTION = "Dark GTK+ theme" | 1 | DESCRIPTION = "Dark GTK+ theme" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | RDEPENDS = "gtk-theme-clearlooks gnome-icon-theme" | 3 | DEPENDS = "gtk-engines" |
4 | RDEPENDS = "gtk-engine-clearlooks gnome-icon-theme" | ||
4 | SECTION = "x11/base" | 5 | SECTION = "x11/base" |
5 | PACKAGE_ARCH = "all" | 6 | PACKAGE_ARCH = "all" |
6 | 7 | ||
7 | PR = "r0" | 8 | PR = "r1" |
8 | 9 | ||
9 | #SRC_URI = "http://art.gnome.org/download/themes/gtk2/1285/GTK2-Darkilouche.tar.bz2" | 10 | #SRC_URI = "http://art.gnome.org/download/themes/gtk2/1285/GTK2-Darkilouche.tar.bz2" |
10 | SRC_URI = "git://people.freedesktop.org/~jimmac/Darkilouche.git;protocol=git \ | 11 | SRC_URI = "git://people.freedesktop.org/~jimmac/Darkilouche.git;protocol=git \ |