git: 6ee2eab29dc3 - main - x11/wcm: unbreak build after 1c4b6bc295c6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 23:23:31 UTC
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>