diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-03-16 07:50:22 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-04-03 16:29:36 +0200 |
commit | 933635f63f6484c7ecec0e483d56c245e4353f2f (patch) | |
tree | de932a81adca2bf4086a16cd8f55b2936f20241b /meson.build | |
parent | 2d77c4dc34f06ff33563a188046a3e52504815b2 (diff) |
WIP: work on per driver graphs
Make a graph per driver node and let nodes that link to this join this
graph
Work on an idea for an even simpler scheduling mechanism.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 9247a21c..f3ceee9c 100644 --- a/meson.build +++ b/meson.build @@ -165,6 +165,8 @@ endif subdir('spa') subdir('src') subdir('pkgconfig') +subdir('pipewire-jack') +subdir('alsa-plugins') if get_option('enable_docs') doxygen = find_program('doxygen', required : false) |