From aba567338b25c8cefe9e9e257d34ad3a61776276 Mon Sep 17 00:00:00 2001 From: Ricardo Ribalda Date: Thu, 24 Sep 2020 09:19:20 +0200 Subject: Documentation: Move all dependencies into features This way if the user enables the documentation and the dependencies are missing the configure fails. Suggested-by: Laurent Pinchart Signed-off-by: Ricardo Ribalda Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index dd71390b..6d750141 100644 --- a/meson.build +++ b/meson.build @@ -110,9 +110,7 @@ subdir('src') # The documentation and test components are optional and can be disabled # through configuration values. They are enabled by default. -if get_option('documentation') - subdir('Documentation') -endif +subdir('Documentation') if get_option('test') subdir('test') -- cgit v1.2.1