summaryrefslogtreecommitdiff
path: root/src/fruits/cmc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fruits/cmc')
-rw-r--r--src/fruits/cmc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fruits/cmc/meson.build b/src/fruits/cmc/meson.build
index 4cbe553..6f79b78 100644
--- a/src/fruits/cmc/meson.build
+++ b/src/fruits/cmc/meson.build
@@ -1,5 +1,5 @@
cmc_src = ['cmc.c']
-cmc_deps = [libclient]
+cmc_deps = [common_deps, libclient]
cmc_args = []
if get_option('portal').enabled()