git: 29b3985199a0 - main - x11-wm/chamfer: unbreak build after b35bdcd8fa50
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 07:39:58 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=29b3985199a0b5c030ffd1d15dc30f68249af4a7 commit 29b3985199a0b5c030ffd1d15dc30f68249af4a7 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:38 +0000 x11-wm/chamfer: unbreak build after b35bdcd8fa50 meson.build:36:1: ERROR: Dependency "glm" not found, tried pkgconfig Reported by: pkg-fallout --- x11-wm/chamfer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile index 787655cd0b21..fac0a4d8bf25 100644 --- a/x11-wm/chamfer/Makefile +++ b/x11-wm/chamfer/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ ${PYTHON_PKGNAMEPREFIX}boost-libs>0:devel/boost-python-libs@${PY_FLAVOR} \ + cmake:devel/cmake-core \ ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \ spirv-opt:graphics/spirv-tools \ vulkan-headers>0:graphics/vulkan-headers \