git: 3dfefe024e68 - main - x11/wcm: unbreak build after 1b744b687e87
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Nov 2023 21:42:15 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dfefe024e68ad29e1d60556747274698febd1fd commit 3dfefe024e68ad29e1d60556747274698febd1fd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-11 23:18:56 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-11-21 21:42:03 +0000 x11/wcm: unbreak build after 1b744b687e87 meson.build:6:10: ERROR: Dependency lookup for wayfire with method 'pkgconfig' failed: Could not generate cflags for wayfire: Package wlroots was not found in the pkg-config search path. Perhaps you should add the directory containing `wlroots.pc' to the PKG_CONFIG_PATH environment variable Package 'wlroots', required by 'wayfire', not found --- x11/wcm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11/wcm/Makefile b/x11/wcm/Makefile index f3eba0ea3d1f..0f2689082b29 100644 --- a/x11/wcm/Makefile +++ b/x11/wcm/Makefile @@ -41,4 +41,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/wlroots016/override.mk" .include <bsd.port.mk>