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

need to use pkg_check_modules to get libuvc libraries in Ubuntu 24.04/Debian Trixie #1

Open
wants to merge 1 commit into
base: obese-devel
Choose a base branch
from

Conversation

lucasw
Copy link

@lucasw lucasw commented Apr 16, 2024

libuvc_LIBRARIES isn't set by find_package(libuvc) in libuvc 0.0.7 (https://packages.ubuntu.com/noble/libuvc-dev https://packages.debian.org/trixie/libuvc-dev), but adding this pkg_check_module makes it work- maybe there is a better way, and support 0.0.6 and 0.0.7?

Some discussion that led me to this solution:
libuvc/libuvc#125 (comment)

I've only tested this in a Ubuntu 24.04 docker container and outside in Ubuntu 23.10, maybe it's premature to merge it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant