diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2018-10-12 09:59:25 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-12-20 13:50:34 +0100 |
commit | b00e004890b9c39fec4fe543bb95fdc263e774bc (patch) | |
tree | b642cc29f81a622f2509e2abfe846902fa8a9302 /libnm-core/tests/meson.build | |
parent | 4b32bbc8201730ab4dd5f56868caa0e9982444de (diff) | |
download | NetworkManager-b00e004890b9c39fec4fe543bb95fdc263e774bc.tar.gz |
build: meson: Use variables present in pkg-config files
Although some paths related to DBus and PolicyKit are present in
their pkg-config files, those paths might not be writable for the
user. To solve this issue, some build options are present that can
be used to choose a different location.
However, usually these paths are relative to some other variables
such as `prefix`, `datadir`, etc. Using the `define_variable`
option the relative path can be change to point to a directory
under prefix.
These paths are now using relative paths based on the installation
`prefix` and their related options have been removed as they are
unnecessary now. Only `dbus_conf_dir` option has been left because
it must be modified depending on the distribution[0].
[0] contrib/fedora/rpm/NetworkManager.spec
Diffstat (limited to 'libnm-core/tests/meson.build')
0 files changed, 0 insertions, 0 deletions