Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Honor external toolchain environment variables and use hidapi library if available #167

Merged
merged 2 commits into from
Sep 28, 2017

Conversation

vpalatin
Copy link
Contributor

If the compiler/CFLAGS were set in the environment, do not override
them.

Signed-off-by: Vincent Palatin [email protected]

If the compiler/CFLAGS were set in the environment, do not override
them.

Signed-off-by: Vincent Palatin <[email protected]>
On Linux platforms, if we can detect the hidapi library with pkg-config,
use it rather than the locally checked-out hidapi source code.

Signed-off-by: Vincent Palatin <[email protected]>
@vpalatin vpalatin changed the title Honor external toolchain environment variables Honor external toolchain environment variables and use hidapi library if available Sep 27, 2017
@vpalatin
Copy link
Contributor Author

I have added a second patch to detect the presence of libhidapi with pkg-config and use it if available (rather than the local hidapi sources checkout)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants