--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/protocols/meson.build Tue Jun 20 02:51:12 2017 -0400 @@ -0,0 +1,10 @@ +foreach dir : ['16', '22', '48', 'scalable'] + if dir == 'scalable' + install_subdir(dir, + install_dir : join_paths(pidginpixmapdir, 'protocols')) + else + install_subdir(dir, + exclude : 'scalable', + install_dir : join_paths(pidginpixmapdir, 'protocols')) + endif +endforeach