summaryrefslogtreecommitdiff
path: root/src/fruits/cmc
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-13 21:46:10 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-13 21:46:10 -0500
commit58d38d767442c83e31ae6dbaea7b1fc8ccb00633 (patch)
treeb5b6e3bb845bc7b18ff2fc41fe60ad09ad30537d /src/fruits/cmc
parent8c996a5b597bd1cd9c188a0e61eae1ff718c8ca2 (diff)
downloadcamu-58d38d767442c83e31ae6dbaea7b1fc8ccb00633.tar.gz
camu-58d38d767442c83e31ae6dbaea7b1fc8ccb00633.tar.bz2
camu-58d38d767442c83e31ae6dbaea7b1fc8ccb00633.zip
Cleanup build
Signed-off-by: Andrew Opalach <andrew@akon.city>
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()