Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 16:33:23 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 998c94b219f3 - main - x11/libwacom: unbreak with --auto-features=enabled
Message-ID:  <202303201633.32KGXNL4070184@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=998c94b219f38c3508393a65aa04d955ec7c027c

commit 998c94b219f38c3508393a65aa04d955ec7c027c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 16:32:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 16:33:12 +0000

    x11/libwacom: unbreak with --auto-features=enabled
    
    meson.build:172:0: ERROR: Program 'doxygen' not found or not executable
    
    PR:             270361
---
 x11/libwacom/Makefile | 1 +
 1 file changed, 1 insertion(+)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303201633.32KGXNL4070184>