Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 21:39:21 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: f45496cae68c - main - x11/wf-shell: unbreak build after 1b744b687e87
Message-ID:  <202311212139.3ALLdLXH047660@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=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>



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