git: f45496cae68c - main - x11/wf-shell: unbreak build after 1b744b687e87

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 21 Nov 2023 21:39:21 UTC
The branch main has been updated by jbeich:

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

commit f45496cae68c1a146ab2985ff29fb704e1d96033
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-11-21 21:09:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-11-21 21:39:09 +0000

    x11/wf-shell: unbreak build after 1b744b687e87
    
    meson.build:16:17: 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/wf-shell/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/wf-shell/Makefile b/x11/wf-shell/Makefile
index a2419eb48bd1..b86edcf2edfc 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/wlroots016/override.mk"
 .include <bsd.port.mk>