summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb')
-rw-r--r--meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb
index f78e6a6e5b..bdf5ee4fc8 100644
--- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb
@@ -3,12 +3,15 @@ SECTION = "x11/gnome"
3DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" 3DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
4RDEPENDS = "hicolor-icon-theme" 4RDEPENDS = "hicolor-icon-theme"
5RRECOMMENDS = "librsvg-gtk" 5RRECOMMENDS = "librsvg-gtk"
6PR = "r1" 6PR = "r2"
7 7
8FILES_${PN} += "${datadir}/*" 8FILES_${PN} += "${datadir}/*"
9 9
10EXTRA_OECONF = "--disable-hicolor-check" 10SRC_URI = "${GNOME_MIRROR}/${PN}/2.22/${PN}-${PV}.tar.bz2 \
11 file://iconpath-option.patch"
11 12
12inherit gnome 13EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping"
14
15inherit autotools
13 16
14PACKAGE_ARCH = "all" 17PACKAGE_ARCH = "all"