diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-02 08:33:05 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-02 08:39:38 +0100 |
commit | 29b3985199a0b5c030ffd1d15dc30f68249af4a7 (patch) | |
tree | b474c7a6f3393731c1cec1c6088878dc170e10a7 /x11-wm | |
parent | 1c2c4dc64903208e224de97c261d36175ade2b3e (diff) | |
download | freebsd-ports-29b3985199a0b5c030ffd1d15dc30f68249af4a7.zip |
x11-wm/chamfer: unbreak build after b35bdcd8fa50
meson.build:36:1: ERROR: Dependency "glm" not found, tried pkgconfig
Reported by: pkg-fallout
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/chamfer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |