I wonder if any #FreeBSD or #BSD in general folk can help me fix
https://github.com/DreamMaoMao/mmsg
#RunBSD
mmsg for #MaomaoWM ? The dev has added a new json feature which obviously builds on Linux. The last version before built no issue for me on FreeBSD but with the addition of libcjson which I have installed it fails to build with this error:justineThe sources are here for@justine@snac.smithies.me.ukJustine Smithies-laptop ~/Git/mmsg main $ doas make install
Password:
cc -O2 -pipe `pkg-config --cflags wayland-client -lcjson` -c mmsg.c -o mmsg.o
pkgconf: unknown option -- lcjson
In file included from mmsg.c:2:
./dwl-ipc-unstable-v2-protocol.h:8:10: fatal error: 'wayland-client.h' file not found
8 | #include "wayland-client.h"
| ^~~~~~~~~~~~~~~~~~
1 error generated.
*** Error code 1
Stop.
make: stopped in /home/justine/Git/mmsg
mmsghttps://github.com/DreamMaoMao/mmsg
#RunBSD