summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2017-11-24 17:03:58 +0100
committerWim Taymans <wtaymans@redhat.com>2017-11-24 17:03:58 +0100
commitbde1012c5c73d13a7b822ce4d9ee6681b1f062ba (patch)
treef7c34ac5274d6c1c9712e75619189e54f5c3bf89 /meson.build
parent58f086b1653ccc0c1eb1d6cf988acff103daaede (diff)
Back to development
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e7e3cf36..29c52db4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pipewire', 'c',
- version : '0.1.7',
+ version : '0.1.7.1',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',
@@ -161,6 +161,7 @@ endif
subdir('spa')
subdir('src')
subdir('pkgconfig')
+subdir('alsa-plugins')
if get_option('enable_docs')
doxygen = find_program('doxygen')