mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: allow building libcamera from source as a subproject
Many distributions provide outdated libcamera versions. This change should also help making changes to libcamera itself. System libcamera is kept a default to avoid breaking existing build processes relying to packaged libcamera.
This commit is contained in:
parent
6d712d17e7
commit
3d971b4024
4 changed files with 16 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -15,6 +15,11 @@ subprojects/lua*
|
|||
subprojects/wireplumber
|
||||
subprojects/media-session
|
||||
subprojects/packagecache
|
||||
subprojects/googletest*
|
||||
subprojects/gtest.wrap
|
||||
subprojects/libyaml.wrap
|
||||
subprojects/libyaml
|
||||
subprojects/libcamera
|
||||
|
||||
# Created by https://www.gitignore.io/api/vim
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue