Tue, 20 Jun 2017 02:51:12 -0400
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.
|
38517
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
1 | foreach dir : ['16', '22', '48', 'scalable'] |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
2 | if dir == 'scalable' |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
3 | install_subdir(dir, |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
4 | install_dir : join_paths(pidginpixmapdir, 'protocols')) |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
5 | else |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
6 | install_subdir(dir, |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
7 | exclude : 'scalable', |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
8 | install_dir : join_paths(pidginpixmapdir, 'protocols')) |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
9 | endif |
|
286bb278081b
Make icons/pixmaps install consistent with Autotools.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
10 | endforeach |