summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb')
-rw-r--r--meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
index 8e7995b322..2eb5fda2fe 100644
--- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
@@ -6,10 +6,10 @@ LICENSE = "LGPLv3+ | CC-BY-SA-3.0"
6LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e" 6LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e"
7 7
8SECTION = "x11/gnome" 8SECTION = "x11/gnome"
9DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" 9DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
10RDEPENDS_${PN} = "hicolor-icon-theme" 10RDEPENDS_${PN} = "hicolor-icon-theme"
11RRECOMMENDS_${PN} = "librsvg-gtk" 11RRECOMMENDS_${PN} = "librsvg-gtk"
12PR = "r3" 12PR = "r4"
13 13
14FILES_${PN} += "${datadir}/*" 14FILES_${PN} += "${datadir}/*"
15 15
@@ -22,5 +22,4 @@ SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a
22EXTRA_OECONF = "--disable-hicolor-check" 22EXTRA_OECONF = "--disable-hicolor-check"
23EXTRA_OECONF += "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping" 23EXTRA_OECONF += "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping"
24 24
25 25inherit autotools perlnative
26inherit autotools