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
parent 88e850fd4b
commit a8d7d2f732
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