mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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:
13
meta/packages/gnome/gnome-icon-theme_2.22.0.bb
Normal file
13
meta/packages/gnome/gnome-icon-theme_2.22.0.bb
Normal 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"
|
||||
Reference in New Issue
Block a user