git: 6b1c4e84699b - main - x11/kanshi: unbreak with --auto-features=enabled

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 20:00:03 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b1c4e84699b218169a140356807a607af96d03f

commit 6b1c4e84699b218169a140356807a607af96d03f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:46:04 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:59 +0000

    x11/kanshi: unbreak with --auto-features=enabled
    
    meson.build:38:0: ERROR: Dependency "libvarlink" not found, tried pkgconfig
    
    PR:             270361
---
 x11/kanshi/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile
index 9530cd8483b9..13fc793644e7 100644
--- a/x11/kanshi/Makefile
+++ b/x11/kanshi/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 
 USES=		compiler:c11 meson pkgconfig
+MESON_ARGS=	-Dipc=disabled # https://github.com/varlink/libvarlink/issues/53
 PLIST_FILES=	bin/${PORTNAME}
 
 OPTIONS_DEFINE=	MANPAGES