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

pkg-config files required by build not in libcamera source #258

Closed
tewarid opened this issue Feb 22, 2022 · 2 comments
Closed

pkg-config files required by build not in libcamera source #258

tewarid opened this issue Feb 22, 2022 · 2 comments

Comments

@tewarid
Copy link
Contributor

tewarid commented Feb 22, 2022

I'm trying to get libcamera-apps to build with libcamera for a custom linux distro. cmake uses pkg-config to resolve libcamera and libcamera-base dependency but I couldn't find pkg-config (.pc) files in the libcamera repo. They are distributed on Raspbian but I can't find their source. Any help is highly appreciated.

@marv
Copy link

marv commented Feb 22, 2022

Hey @tewarid,
libcamera uses Meson's pkgconfig module[1] to generate its pkg-config files[2][3]

[1] https://mesonbuild.com/Pkgconfig-module.html
[2] https://git.linuxtv.org/libcamera.git/tree/src/libcamera/base/meson.build#n67
[3] https://git.linuxtv.org/libcamera.git/tree/src/libcamera/meson.build#n163

@tewarid
Copy link
Contributor Author

tewarid commented Feb 22, 2022

Thanks for the info! I'll close this issue and investigate meson.

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

No branches or pull requests

2 participants