mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager
synced 2024-11-05 19:03:31 +00:00
6d7270e222
We don't need such data duplicated. The build setup should have only one configuration_data() for patching such values. Now we only have one global, immutable data_conf dictionary with configuration values. Note that none of the users of data_conf uses all entries, but as the entries are basically only dependent on the meson/configure option and valid for the entire project, this simplifies to handling.
8 lines
157 B
Meson
8 lines
157 B
Meson
subdir('libnm')
|
|
subdir('api')
|
|
|
|
test(
|
|
'check-docs',
|
|
find_program(join_paths(source_root, 'tools', 'check-docs.sh')),
|
|
args: [source_root, build_root],
|
|
)
|