Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2022 23:23:31 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: 6ee2eab29dc3 - main - x11/wcm: unbreak build after 1c4b6bc295c6
Message-ID:  <202211112323.2ABNNVL9019477@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=6ee2eab29dc328627aff1b190018f47efe2ab42c

commit 6ee2eab29dc328627aff1b190018f47efe2ab42c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-11 23:18:56 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-11 23:22:27 +0000

    x11/wcm: unbreak build after 1c4b6bc295c6
    
    meson.build:6:0: ERROR: Dependency "wayfire" not found, tried pkgconfig
---
 x11/wcm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/wcm/Makefile b/x11/wcm/Makefile
index e110dd76ab45..b088dd3be163 100644
--- a/x11/wcm/Makefile
+++ b/x11/wcm/Makefile
@@ -35,4 +35,5 @@ WFSHELL_DESC=			Build with wf-shell support
 WFSHELL_BUILD_DEPENDS=		wf-shell>0:x11/wf-shell
 WFSHELL_MESON_ENABLED=		wf_shell
 
+.include "${.CURDIR:H:H}/x11-toolkits/wlroots015/override.mk"
 .include <bsd.port.mk>



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