From 5942f4c2e868f84141117a04b71077c233c1760d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Nov 2025 19:52:34 -0500 Subject: Avoid checking for tools and options that won't be used With many components disabled, configuration checked for many programs and compiler flags that weren't actually used for anything. This is slow, and makes simple builds look a lot more complicated than they are. So, rework things to only check for tools and flags that will actually be used. Mainly this is to make the package nice to use as a subproject. --- doc/c/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/c') diff --git a/doc/c/meson.build b/doc/c/meson.build index da88b86..2642c3a 100644 --- a/doc/c/meson.build +++ b/doc/c/meson.build @@ -1,8 +1,6 @@ # Copyright 2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -lv2_source_doc = meson.current_source_dir() - if doxygen.found() reference_doxygen_in = files('reference.doxygen.in') -- cgit v1.2.1