Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 07:39:59 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afe28455adaf - main - x11-wm/wayfire: unbreak build after b35bdcd8fa50
Message-ID:  <202403020739.4227dxfY005651@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403020739.4227dxfY005651>