-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg-config file does not list libusb as a requirement #38
Comments
What actual problem are you trying to solve by restricting libusb versions? |
if there's no version restriction on libusb for airspyhf, then that's fine, I was just giving an example. However, the pkgconfig file does not mention the libusb build dependency, which means that someone using the pkgconfig file for a project depending on libairspyhf would not explicitly know what the dependencies are. libairspy has this same issue.
(https://people.freedesktop.org/~dbn/pkg-config-guide.html#concepts) |
There does appear to be a minimum libusb version of 1.0.23 caused by the use of libusb_wrap_sys_device. |
many pkgconfig files for programs that link against libusb have a
Requires.private: libusb-1.0 >= x.x.x
in the.pc
file. Can this be added to libairspyhf's pkgconfig file?The text was updated successfully, but these errors were encountered: