summaryrefslogtreecommitdiff
path: root/src/fruits/cmv
diff options
context:
space:
mode:
Diffstat (limited to 'src/fruits/cmv')
-rw-r--r--src/fruits/cmv/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fruits/cmv/meson.build b/src/fruits/cmv/meson.build
index ba571c3..bdb7d85 100644
--- a/src/fruits/cmv/meson.build
+++ b/src/fruits/cmv/meson.build
@@ -1,5 +1,5 @@
cmv_src = ['cmv.c']
-cmv_deps = [desktop]
+cmv_deps = [common_deps, desktop]
cmv_args = []
if get_option('sink-only')
cmv_args += ['-DCAMU_SINK_ONLY']