NetworkManager is only available on Linux, so we cannot build or run the network test on non-Linux systems.
7 lines
113 B
Meson
7 lines
113 B
Meson
subdir('common')
|
|
subdir('datetime')
|
|
if host_is_linux
|
|
subdir('network')
|
|
endif
|
|
subdir('printers')
|
|
subdir('info')
|