mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5234 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
270 B
BlitzBasic
14 lines
270 B
BlitzBasic
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"
|