1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Always prevent building valadoc.

The build system check for valadoc, if found in the environement then
it will be used to generate the devhelp documentation. otherwise no.
This behaviour is not optionable, so disable entirely the generation
with a patch for now.

note that in a clean environement it does not happen as valadoc is not
present.

PR:		249423
Reported by:	mandree
This commit is contained in:
Baptiste Daroussin 2020-09-18 20:54:14 +00:00
parent d45a971e84
commit 891c7efeba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548905

View File

@ -0,0 +1,9 @@
--- doc/meson.build.orig 2020-09-18 20:50:20 UTC
+++ doc/meson.build
@@ -1,5 +1,5 @@
valadoc = find_program ('valadoc', required: false)
-if valadoc.found()
+if false
gtkdoc_outdir = CAMEL_CASE_NAME+'-'+API_VERSION
docsdir = join_paths (get_option ('datadir'), 'devhelp','books')