summaryrefslogtreecommitdiff
path: root/test/log/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/log/meson.build')
-rw-r--r--test/log/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/meson.build b/test/log/meson.build
index 8cd664e0..ac87841a 100644
--- a/test/log/meson.build
+++ b/test/log/meson.build
@@ -7,7 +7,7 @@ log_test = [
foreach t : log_test
exe = executable(t[0], t[1],
- dependencies : libcamera_dep,
+ dependencies : libcamera_private,
link_with : test_libraries,
include_directories : test_includes_internal)