mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-16 05:34:04 -04:00
spa: define feature macro without value
This is how it is done everywhere else.
This commit is contained in:
parent
05ec64623a
commit
bf5d5f0201
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ if get_option('spa-plugins').allowed()
|
||||||
ebur128_lib = dependency('libebur128', required: get_option('ebur128').enabled())
|
ebur128_lib = dependency('libebur128', required: get_option('ebur128').enabled())
|
||||||
summary({'EBUR128': ebur128_lib.found()}, bool_yn: true, section: 'filter-graph')
|
summary({'EBUR128': ebur128_lib.found()}, bool_yn: true, section: 'filter-graph')
|
||||||
|
|
||||||
cdata.set('HAVE_SPA_PLUGINS', '1')
|
cdata.set('HAVE_SPA_PLUGINS', true)
|
||||||
subdir('plugins')
|
subdir('plugins')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue