git: 4daeb10b3eed - main - x11/wf-shell: unbreak build after 1c4b6bc295c6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 23:23:32 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4daeb10b3eed3713f49c0046a5f2581867d4d44b
commit 4daeb10b3eed3713f49c0046a5f2581867d4d44b
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-11 23:20:07 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-11 23:22:28 +0000
x11/wf-shell: unbreak build after 1c4b6bc295c6
meson.build:16:0: ERROR: Dependency "wayfire" not found, tried pkgconfig
---
x11/wf-shell/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11/wf-shell/Makefile b/x11/wf-shell/Makefile
index c572a5c88c48..71c04aa613ab 100644
--- a/x11/wf-shell/Makefile
+++ b/x11/wf-shell/Makefile
@@ -47,4 +47,5 @@ post-patch:
${WRKSRC}/src/dock/toplevel-icon.cpp \
${WRKSRC}/src/panel/widgets/window-list/toplevel.cpp
+.include "${.CURDIR:H:H}/x11-toolkits/wlroots015/override.mk"
.include <bsd.port.mk>