diff options
Diffstat (limited to 'gnome/gnome-icon-theme_1.3.3.oe')
-rw-r--r-- | gnome/gnome-icon-theme_1.3.3.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnome/gnome-icon-theme_1.3.3.oe b/gnome/gnome-icon-theme_1.3.3.oe index e69de29bb2..e33ade99a0 100644 --- a/gnome/gnome-icon-theme_1.3.3.oe +++ b/gnome/gnome-icon-theme_1.3.3.oe @@ -0,0 +1,7 @@ +SRC_URI = "${GNOME_MIRROR}/${PN}/1.3/${PN}-${PV}.tar.bz2" + +FILES_${PN} += "${datadir}/icons" + +EXTRA_OECONF = "--disable-hicolor-check" + +inherit autotools pkgconfig |