diff options
Diffstat (limited to 'recipes/gnome/gnome-icon-theme_1.3.3.bb')
-rw-r--r-- | recipes/gnome/gnome-icon-theme_1.3.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-icon-theme_1.3.3.bb b/recipes/gnome/gnome-icon-theme_1.3.3.bb new file mode 100644 index 0000000000..c601d2a5d0 --- /dev/null +++ b/recipes/gnome/gnome-icon-theme_1.3.3.bb @@ -0,0 +1,11 @@ +LICENSE = "GPL" +SECTION = "x11/gnome" +SRC_URI = "${GNOME_MIRROR}/${PN}/1.3/${PN}-${PV}.tar.bz2" +DEPENDS = "glib-2.0 intltool-native" +PR ="r1" + +FILES_${PN} += "${datadir}/*" + +EXTRA_OECONF = "--disable-hicolor-check" + +inherit autotools pkgconfig |