Replies: 1 comment
-
|
No, I believe this is always a bad idea so didn't want to enable it. You can probably get that information from pkgconfig when configuring your project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to update an application, written in C, so it will work with both gpiod v1 and v2.
This would require conditional compilation based on the library version.
/usr/include/gpiod.h, on Raspberrry Pi OS trixie, does not seem to contain a version number.
Do you have any suggestions on how to determine the library version number at compile time?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions