meson: doxygen and tests to feature options

Allows build to continue without passing extra options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2025-10-21 13:17:10 -07:00 committed by Arun Raghavan
parent 9eab29c16b
commit 7a35b80820
5 changed files with 14 additions and 9 deletions

View file

@ -840,9 +840,7 @@ check_dep = dependency('check', version : '>= 0.9.10', required : get_option('te
# Subdirs
if get_option('doxygen')
subdir('doxygen')
endif
subdir('doxygen')
if get_option('client')
subdir('po')
endif