aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2022-03-27 00:02:23 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2022-03-27 00:02:23 +0100
commit0bc0831b22466fb5d8a472bd1302e05c0fc263e8 (patch)
tree93380a276fbb545b0e7c66d4ae3952950bc1894b /meson.build
parent1fdc3ac703b03da7824c249c65c39d2499f75649 (diff)
build,meson: Fix udev rules and keyfiles tests
The port to the meson build system a set of defines were lost, that made the udev rules and the keyfiles tests to not run properly. This has been changed so defines are now in their proper place and tests are run properly. Fixes #537
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 991f6498..d963ea7a 100644
--- a/meson.build
+++ b/meson.build
@@ -353,6 +353,7 @@ foreach plugin_name, plugin_reqs: plugins_options_reqs
break
endif
endforeach
+ config_h.set('ENABLE_PLUGIN_' + plugin_name.underscorify().to_upper(), true)
endif
plugins_options += {plugin_name: plugin_enabled}
endforeach