summaryrefslogtreecommitdiff
path: root/recipes/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gnome-icon-theme_2.28.0.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes/gnome/gnome-icon-theme_2.28.0.bb b/recipes/gnome/gnome-icon-theme_2.28.0.bb
index 606515c342..e692287820 100644
--- a/recipes/gnome/gnome-icon-theme_2.28.0.bb
+++ b/recipes/gnome/gnome-icon-theme_2.28.0.bb
@@ -1,13 +1,16 @@
-LICENSE = "GPL"
SECTION = "x11/gnome"
+LICENSE = "GPL"
DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
+
RDEPENDS = "hicolor-icon-theme"
RRECOMMENDS = "librsvg-gtk"
-PACKAGE_ARCH = "all"
+
PR = "r2"
-FILES_${PN} += "${datadir}/*"
+inherit gnome
EXTRA_OECONF = "--disable-hicolor-check"
-inherit gnome
+PACKAGE_ARCH = "all"
+
+FILES_${PN} += "${datadir}/*"