git: 1c2c4dc64903 - main - devel/wf-config: unbreak build after b35bdcd8fa50
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 07:39:57 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c2c4dc64903208e224de97c261d36175ade2b3e commit 1c2c4dc64903208e224de97c261d36175ade2b3e 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:37 +0000 devel/wf-config: unbreak build after b35bdcd8fa50 meson.build:16:6: ERROR: Dependency "glm" not found, tried pkgconfig Reported by: pkg-fallout --- devel/wf-config/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/wf-config/Makefile b/devel/wf-config/Makefile index 1930c3e8a942..a76103150995 100644 --- a/devel/wf-config/Makefile +++ b/devel/wf-config/Makefile @@ -10,7 +10,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 \ wayland-protocols>0:graphics/wayland-protocols \ glm>0:math/glm LIB_DEPENDS= libevdev.so:devel/libevdev