doc/meson.build: pruning of unused find_program()

This commit is contained in:
Niklāvs Koļesņikovs 2021-06-29 11:18:45 +03:00 committed by Wim Taymans
parent e062c4d8de
commit 0436793299

View file

@ -24,11 +24,6 @@ foreach h : module_sources
endforeach
inputs += meson.source_root() / 'test' / 'pwtest.h'
find = find_program('find', required: false)
if find.found()
endif
# SPA headers use static inline functions. Doxygen doesn't extract those
# unless we have EXTRACT_STATIC set - but we don't want it to extract
# everything in the rest of the tree.