blob: cc422b74dc7f637e17f9e150743473f030668f58 [file] [log] [blame]
Andrew Geissler4ed12e12020-06-05 18:00:41 -05001From cd164b353ba7958d51b2f33f4079fb9787c983e2 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 10 May 2019 14:16:47 +0200
4Subject: [PATCH] Disable documentation directory altogether
5
6Even when WITH_DOC=False, the build requires po4a to generate manpages.
7
8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10
11---
12 CMakeLists.txt | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/CMakeLists.txt b/CMakeLists.txt
16index 83334ba..2cd4f8e 100644
17--- a/CMakeLists.txt
18+++ b/CMakeLists.txt
19@@ -232,7 +232,7 @@ add_subdirectory(apt-private)
20 add_subdirectory(apt-inst)
21 add_subdirectory(cmdline)
22 add_subdirectory(completions)
23-add_subdirectory(doc)
24+#add_subdirectory(doc)
25 add_subdirectory(dselect)
26 add_subdirectory(ftparchive)
27 add_subdirectory(methods)