summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2018-03-16 07:50:22 +0100
committerWim Taymans <wtaymans@redhat.com>2018-04-03 16:29:36 +0200
commit933635f63f6484c7ecec0e483d56c245e4353f2f (patch)
treede932a81adca2bf4086a16cd8f55b2936f20241b /meson.build
parent2d77c4dc34f06ff33563a188046a3e52504815b2 (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.build2
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)