Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 18:31:15 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: dc473fffd81c - main - x11-wm/wayfire: convert to cmake:indirect
Message-ID:  <202404171831.43HIVF9j009586@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=dc473fffd81cf6adf645af84eef9c1127380bb74

commit dc473fffd81cf6adf645af84eef9c1127380bb74
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-17 18:16:28 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-17 18:30:13 +0000

    x11-wm/wayfire: convert to cmake:indirect
---
 x11-wm/wayfire/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile
index 60c78445397e..65a67ff0aa4c 100644
--- a/x11-wm/wayfire/Makefile
+++ b/x11-wm/wayfire/Makefile
@@ -13,8 +13,7 @@ WWW=		https://wayfire.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cmake:devel/cmake-core \
-		evdev-proto>0:devel/evdev-proto \
+BUILD_DEPENDS=	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 \
@@ -30,7 +29,7 @@ LIB_DEPENDS=	libevdev.so:devel/libevdev \
 		libxkbcommon.so:x11/libxkbcommon
 TEST_DEPENDS=	doctest>0:devel/doctest
 
-USES=		compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg
+USES=		cmake:indirect compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg
 USE_GITHUB=	yes
 USE_GL=		egl glesv2
 USE_GNOME=	cairo pango



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