synaTudor
synaTudor copied to clipboard
Fails to compile on Fedora 41
I'm trying to build this for Fedora 41, and I have all dependencies installed for meson build to work, however during sudo ninja install ld fails to find a compatible lusb library.
Here's the output from sudo ninja install: https://pastebin.com/UmXtJDUR
I have libusb1-devel installed from the fedora repositories, however it doesn't link against it.
Meson uses pkg-config under the hood to locate dependencies / setup the link path. It not picking up libusb might be an indication an issue with your system's install of pkg-config, so you might want to try reinstalling it + libusb[-1-devel].