git: afe28455adaf - main - x11-wm/wayfire: unbreak build after b35bdcd8fa50
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 07:39:59 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=afe28455adaf96ece4186e685efebac2bdadd240 commit afe28455adaf96ece4186e685efebac2bdadd240 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-03-02 07:33:05 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-02 07:39:39 +0000 x11-wm/wayfire: unbreak build after b35bdcd8fa50 meson.build:28:17: ERROR: Dependency "glm" not found, tried pkgconfig Reported by: pkg-fallout --- x11-wm/wayfire/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index b4871b83d91d..f258ef48b628 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -15,7 +15,8 @@ WWW= https://wayfire.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ +BUILD_DEPENDS= cmake:devel/cmake-core \ + evdev-proto>0:devel/evdev-proto \ nlohmann-json>0:devel/nlohmann-json \ wf-config>=0.8.0<0.9.0:devel/wf-config \ ${LOCALBASE}/include/xf86drmMode.h:graphics/libdrm \