summaryrefslogtreecommitdiff
path: root/x11/libwacom/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 16:32:45 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 16:33:12 +0000
commit998c94b219f38c3508393a65aa04d955ec7c027c (patch)
tree871d12bdf5fa70d5a752d6332905ea2729551694 /x11/libwacom/Makefile
parentsecurity/p11-kit: unbreak with --auto-features=enabled (diff)
x11/libwacom: unbreak with --auto-features=enabled
meson.build:172:0: ERROR: Program 'doxygen' not found or not executable PR: 270361
Diffstat (limited to '')
-rw-r--r--x11/libwacom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libwacom/Makefile b/x11/libwacom/Makefile
index 62154ee6d967..07cf82354343 100644
--- a/x11/libwacom/Makefile
+++ b/x11/libwacom/Makefile
@@ -17,5 +17,6 @@ TEST_DEPENDS= bash:shells/bash
USES= compiler:c++11-lang gnome meson pkgconfig tar:bz2
USE_GNOME= glib20
USE_LDCONFIG= yes
+MESON_ARGS= -Ddocumentation=disabled
.include <bsd.port.mk>