mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Back to development
This commit is contained in:
parent
58f086b165
commit
bde1012c5c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', 'c',
|
project('pipewire', 'c',
|
||||||
version : '0.1.7',
|
version : '0.1.7.1',
|
||||||
meson_version : '>= 0.36.0',
|
meson_version : '>= 0.36.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
|
|
@ -161,6 +161,7 @@ endif
|
||||||
subdir('spa')
|
subdir('spa')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('pkgconfig')
|
subdir('pkgconfig')
|
||||||
|
subdir('alsa-plugins')
|
||||||
|
|
||||||
if get_option('enable_docs')
|
if get_option('enable_docs')
|
||||||
doxygen = find_program('doxygen')
|
doxygen = find_program('doxygen')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue