From ec2e5403f14892047f391f63982bf5e4b30438c2 Mon Sep 17 00:00:00 2001 From: Iñigo Martínez Date: Fri, 5 Nov 2021 12:45:56 +0100 Subject: build,meson: Make feature options boolean Different options are set as `feature`, also every possible plugin, but this may cause confusion. All options set as `feature` but plugins have been made `boolean` to avoid further confusions. `help2man` is also installed in the CI image because is required to build different libraries. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index 3e66eed7..c77f29c8 100644 --- a/test/meson.build +++ b/test/meson.build @@ -8,7 +8,7 @@ test_units = { 'mmtty': libport_dep, } -if gudev_dep.found() +if enable_udev test_units += {'lsudev': gudev_dep} endif -- cgit v1.2.3-70-g09d2