gnome-icon-theme: add

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5217 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-09-22 16:47:42 +00:00
parent 1c2a783e85
commit cf69f37551
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
LICENSE = "GPL"
SECTION = "x11/gnome"
DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
RDEPENDS = "hicolor-icon-theme"
FILES_${PN} += "${datadir}/*"
EXTRA_OECONF = "--disable-hicolor-check"
inherit gnome
PACKAGE_ARCH = "all"