Stop creating legacy 22x22 icon directory

This icon was removed in 3.28.

https://developer.gnome.org/hig/stable/icons-and-artwork.html.en

https://bugzilla.gnome.org/show_bug.cgi?id=794240
This commit is contained in:
Michael Catanzaro 2018-03-11 11:27:21 -05:00
parent fef3e69c47
commit c1cc98cd83

View file

@ -1,6 +1,6 @@
# The app icon, in different sizes
iconsdir = join_paths(datadir, 'icons', 'hicolor')
foreach size: ['16x16', '22x22', '24x24', '32x32', '48x48', '256x256', '512x512', 'scalable']
foreach size: ['16x16', '24x24', '32x32', '48x48', '256x256', '512x512', 'scalable']
install_subdir('hicolor/' + size,
install_dir: iconsdir
)