Fix enums dependencies
Compare changes
Files
2- Inigo Martínez authored
meson generates the `mm-daemon-enums-types` source and header files. These are used when building `ModemManager` executable and different plugins. However, these enums are only stated as dependencies on the `ModemManager` executable build. This has been fixed by also adding the generated files targets as dependencies in the required plugins. Fixes #516
+ 8
− 8
@@ -88,7 +88,7 @@ if plugins_shared['icera']
@@ -185,7 +185,7 @@ if plugins_shared['telit']
@@ -285,7 +285,7 @@ if plugins_options['cinterion']
@@ -448,8 +448,8 @@ if plugins_options['huawei']
@@ -522,7 +522,7 @@ if plugins_options['mbm']
@@ -632,7 +632,7 @@ if plugins_options['option-hso']
@@ -840,7 +840,7 @@ if plugins_options['ublox']