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

Avoid libv4l2 pkg-config dependency added by mistake #106

Merged
merged 1 commit into from
Sep 1, 2024

Commits on Aug 12, 2024

  1. Avoid libv4l2 pkg-config dependency added by mistake

    User API header file required to generate bindings in `v4l2-sys` is not
    part of `libv4l2`.
    
    Instead directly check if UAPI header file is present on FreeBSD and
    extend compiler's include paths. Or guide user towards necessary package
    if header file is missing.
    vladmovchan committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6bef448 View commit details
    Browse the repository at this point in the history