1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

x11-wm/wayfire: add missing dependency after e2adbb0f90

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>
      |          ^~~~~~~~~~~~~~~~~~~
This commit is contained in:
Jan Beich 2024-08-24 13:47:14 +02:00
parent 4028a42f61
commit e74e4a315d

View File

@ -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