summaryrefslogtreecommitdiff
path: root/pkgconfig/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* meson: Allow for libdir and includedir to be absolute pathsMichael Weiss2020-06-051-2/+2
| | | | | | | | | | | | | | Meson allows to use absolute paths for libdir and includedir [0]. But if they're absolute paths one must not append the prefix. The join_paths() function [1] nicely supports both relative and absolute paths. This is e.g. important for Nixpkgs (i.e. Nix(OS)) where binaries and library files are usually installed under different prefixes. [0]: https://github.com/mesonbuild/meson/commit/a513bcfde613f2a0403f7b0cd34d4bd62674c1d8 [1]: https://mesonbuild.com/Reference-manual.html#join_paths Signed-off-by: Michael Weiss <dev.primeos@gmail.com>
* Add meson supportVíctor Manuel Jáquez Leal2018-01-021-0/+39
Fixes: #134 Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>