mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: fix compile with -Dexamples=disabled
This commit is contained in:
parent
9daca346a7
commit
422c270a74
4 changed files with 10 additions and 6 deletions
|
|
@ -6,6 +6,10 @@ spa_examples = [
|
|||
'local-v4l2',
|
||||
]
|
||||
|
||||
if not get_option('examples').allowed()
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
spa_examples_extra_deps = {
|
||||
'local-v4l2': [sdl_dep],
|
||||
'local-libcamera': [sdl_dep, libcamera_dep],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue