From ca3f155ff889b3cee456dc5e0fc9fdcfef3cd0f3 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Mon, 28 Apr 2025 15:42:48 +0000 Subject: [PATCH] Don't build tools or man pages --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4494dc563..e92973870 100644 --- a/meson.build +++ b/meson.build @@ -725,10 +725,10 @@ subdir('mtk') subdir('cogl') subdir('clutter') subdir('data') -subdir('tools') +#subdir('tools') subdir('src') subdir('po') -subdir('doc/man') +#subdir('doc/man') if have_documentation subdir('doc/reference') endif