Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2022 23:23:32 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4daeb10b3eed - main - x11/wf-shell: unbreak build after 1c4b6bc295c6
Message-ID:  <202211112323.2ABNNWRN019501@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211112323.2ABNNWRN019501>