pidgin/pixmaps/protocols/meson.build

Tue, 20 Jun 2017 02:51:12 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Tue, 20 Jun 2017 02:51:12 -0400
branch
meson
changeset 38517
286bb278081b
child 38618
1d385deb3f88
permissions
-rw-r--r--

Make icons/pixmaps install consistent with Autotools.

Also, move some things down to meson.build in subdirectories. Everything
was consolidated because automake is recursive, but we don't really need
to worry about that with Meson and this simplifies things.

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

mercurial