Back to development

This commit is contained in:
Wim Taymans 2017-11-24 17:03:58 +01:00
parent 58f086b165
commit bde1012c5c

View file

@ -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')