aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-11-11 23:20:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-11-11 23:22:28 +0000
commit4daeb10b3eed3713f49c0046a5f2581867d4d44b (patch)
tree1a01f0f9337aacd3ec4dec99f5042f6c07a52a92 /x11
parent6ee2eab29dc328627aff1b190018f47efe2ab42c (diff)
downloadports-4daeb10b3eed3713f49c0046a5f2581867d4d44b.tar.gz
ports-4daeb10b3eed3713f49c0046a5f2581867d4d44b.zip
x11/wf-shell: unbreak build after 1c4b6bc295c6
meson.build:16:0: ERROR: Dependency "wayfire" not found, tried pkgconfig
Diffstat (limited to 'x11')
-rw-r--r--x11/wf-shell/Makefile1
1 files changed, 1 insertions, 0 deletions
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>