Add gnome-icon-theme

This is required by some of the OpenMoko packages.  No idea how it didn't get
into elroy...
This commit is contained in:
Ross Burton
2008-10-30 11:40:06 +00:00
parent cb404c508d
commit 83b96f079c

View File

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