1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

x11/wcm: unbreak build after 1b744b687e

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
This commit is contained in:
Jan Beich 2022-11-11 23:18:56 +00:00
parent 628ae700ce
commit 3dfefe024e

View File

@ -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>