Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 21:42:15 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: 3dfefe024e68 - main - x11/wcm: unbreak build after 1b744b687e87
Message-ID:  <202311212142.3ALLgFOG063529@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=3dfefe024e68ad29e1d60556747274698febd1fd

commit 3dfefe024e68ad29e1d60556747274698febd1fd
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-11 23:18:56 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-11-21 21:42:03 +0000

    x11/wcm: unbreak build after 1b744b687e87
    
    meson.build:6:10: 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/wcm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/wcm/Makefile b/x11/wcm/Makefile
index f3eba0ea3d1f..0f2689082b29 100644
--- a/x11/wcm/Makefile
+++ b/x11/wcm/Makefile
@@ -41,4 +41,5 @@ WFSHELL_DESC=			Build with wf-shell support
 WFSHELL_BUILD_DEPENDS=		wf-shell>0:x11/wf-shell
 WFSHELL_MESON_ENABLED=		wf_shell
 
+.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?202311212142.3ALLgFOG063529>