Skip to content
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

Build system fixes: use include/library paths from pkg-config, and strip leading 'v' from librtlsdr version #138

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 27, 2022

  1. Use include paths and libraries from pkg-config

    If the libraries discovered by pkg-config are installed in a
    nonstandard location, these are required to include their
    headers and link with their libraries.
    agrif committed May 27, 2022
    Configuration menu
    Copy the full SHA
    da0fb22 View commit details
    Browse the repository at this point in the history
  2. Strip prefixed v from librtlsdr versions

    Some versions of librtlsdr (including versions <= 0.5.4 built directly
    from source) have a leading 'v' on their versions as reported by
    pkg-config. This causes the version check for bias tees to yield
    incorrect results, preventing the use of a bias tee even if the
    underlying librtlsdr supports it. Removing the 'v' avoids this.
    agrif committed May 27, 2022
    Configuration menu
    Copy the full SHA
    cecc0be View commit details
    Browse the repository at this point in the history