meson: Create bindir and libdir variables
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Tue, 9 Oct 2018 03:37:42 +0000 (10:37 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 27 Dec 2018 11:55:07 +0000 (17:25 +0530)
commitea92c28218c5db19d4d72f46f7f646805b829b36
treefc87d6d05e6cc718f3559101f246528aec4f0917
parent1e86d616f52be9a33ffd8df86e0c6313b7d5e400
meson: Create bindir and libdir variables

This is to avoid using the construct 'join_paths(prefix, get_option(...))'
everywhere in the meson files. It's better to settle the paths question
once and for all at the beginning.

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
meson.build
src/modules/meson.build
src/utils/meson.build