pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: disable documentation to avoid gi-docgen dependency



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Dec 24 15:23:26 2022 +0100
Changeset:	b4a58c93164461f0b09a994b5a84d8b7d99db34f

Modified Files:
	webkit-gtk/Makefile

Log Message:
webkit-gtk: disable documentation to avoid gi-docgen dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b4a58c93164461f0b09a994b5a84d8b7d99db34f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index 5dcd6f064e..7785fa6837 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -47,6 +47,7 @@ CMAKE_ARGS+=		-DENABLE_GEOLOCATION=OFF
 CMAKE_ARGS+=		-DENABLE_INTROSPECTION=ON
 CMAKE_ARGS+=		-DENABLE_JOURNALD_LOG=OFF
 CMAKE_ARGS+=		-DENABLE_BUBBLEWRAP_SANDBOX=OFF
+CMAKE_ARGS+=		-DENABLE_DOCUMENTATION=OFF
 CMAKE_ARGS+=		-DUSE_GSTREAMER_GL=OFF
 CMAKE_ARGS+=		-DUSE_LIBHYPHEN=OFF
 CMAKE_ARGS+=		-DUSE_OPENJPEG=OFF


Home | Main Index | Thread Index | Old Index