-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid
libv4l2
pkg-config dependency added by mistake (#106)
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.
- Loading branch information
1 parent
8953d41
commit 677b02d
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ build = "build.rs" | |
|
||
[build-dependencies] | ||
bindgen = "0.69.1" | ||
pkg-config = "0.3.30" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters