NetworkManager/src/supplicant
Iñigo Martínez 5e16bcf268 meson: Improve dependency system
Some targets are missing dependencies on some generated sources in
the meson port. These makes the build to fail due to missing source
files on a highly parallelized build.

These dependencies have been resolved by taking advantage of meson's
internal dependencies which can be used to pass source files,
include directories, libraries and compiler flags.

One of such internal dependencies called `core_dep` was already in
use. However, in order to avoid any confusion with another new
internal dependency called `nm_core_dep`, which is used to include
directories and source files from the `libnm-core` directory, the
`core_dep` dependency has been renamed to `nm_dep`.

These changes have allowed minimizing the build details which are
inherited by using those dependencies. The parallelized build has
also been improved.
2018-01-10 12:20:17 +01:00
..
tests meson: Improve dependency system 2018-01-10 12:20:17 +01:00
nm-supplicant-config.c all: get rid of a handful of unused-but-set variables 2017-12-18 13:29:32 +01:00
nm-supplicant-config.h devices/wifi: delegate connected periodic scanning to the supplicant (bgo #766482) 2017-08-11 12:35:01 -05:00
nm-supplicant-interface.c all: get rid of a handful of unused-but-set variables 2017-12-18 13:29:32 +01:00
nm-supplicant-interface.h supplicant-interface: add support for WPS enrollment 2017-05-15 12:59:55 +02:00
nm-supplicant-manager.c supplicant: enable PMF only when wpa_supplicant supports it 2017-04-15 10:37:33 +02:00
nm-supplicant-manager.h supplicant: add an enum to specify the driver 2017-01-16 17:37:14 +01:00
nm-supplicant-settings-verify.c supplicant: configure PMF for each connection 2017-04-28 09:46:06 +02:00
nm-supplicant-settings-verify.h build: rename "src/supplicant-manager" to "src/supplicant" 2016-11-21 14:07:47 +01:00
nm-supplicant-types.h supplicant: add an enum to specify the driver 2017-01-16 17:37:14 +01:00