summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-07-14 12:22:24 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2021-07-28 13:19:02 +0300
commit174faa201f8578ab2dc3517af0cbd9c052d1b546 (patch)
tree709b3f4ef66a9b69d2f2e760f73b0afb3e423ef9 /meson_options.txt
parent737985be30b1b919315ae4c77be403a63d58f000 (diff)
src: implement the icipc server process as a pipewire module
This can be loaded with `pipewire -c pipewire-ic-ipc.conf` Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..503d1d7
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option('server', type : 'boolean', value : 'true',
+ description: 'Build the server-side (requires pipewire dep)')
+option('client', type : 'boolean', value : 'true',
+ description: 'Build the client-side (no dependencies)')