forked from Lainports/freebsd-ports
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:
parent
4028a42f61
commit
e74e4a315d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue