Date: Sat, 24 Aug 2024 18:10:16 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: e74e4a315d0f - main - x11-wm/wayfire: add missing dependency after e2adbb0f90a6 Message-ID: <202408241810.47OIAGeW065679@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=e74e4a315d0fc5e250ab1b714088fcead63c6eea commit e74e4a315d0fc5e250ab1b714088fcead63c6eea Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-08-24 11:47:14 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-08-24 18:08:59 +0000 x11-wm/wayfire: add missing dependency after e2adbb0f90a6 Found via wayfire-plugins-extra 0.9.0. In file included from ../src/view-shot.cpp:27: /usr/local/include/wayfire/plugins/ipc/ipc-helpers.hpp:10:10: fatal error: 'nlohmann/json.hpp' file not found 10 | #include <nlohmann/json.hpp> | ^~~~~~~~~~~~~~~~~~~ --- x11-wm/wayfire/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index e5ba98baa6ab..11e343840f81 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon TEST_DEPENDS= doctest>0:devel/doctest +RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json USES= cmake:indirect compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408241810.47OIAGeW065679>