From: Jordan Justen <jljusten@debian.org>
Date: Sat, 29 Mar 2025 13:48:18 -0700
Subject: meson.build: Disable API docs on debian due to missing build-deps

Signed-off-by: Jordan Justen <jljusten@debian.org>
---
 meson.build | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build
index 8c6bbf8..9c22237 100644
--- a/meson.build
+++ b/meson.build
@@ -23,8 +23,9 @@ subproject('nix')
 
 # Docs
 if get_option('doc-gen')
-  subproject('internal-api-docs')
-  subproject('external-api-docs')
+  # Missing mdbook-linkcheck is not available
+  # subproject('internal-api-docs')
+  # subproject('external-api-docs')
   if not meson.is_cross_build()
     subproject('nix-manual')
   endif
