summaryrefslogtreecommitdiff
path: root/test/libtest/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/libtest/meson.build')
-rw-r--r--test/libtest/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/libtest/meson.build b/test/libtest/meson.build
index 33565e0e..351629f3 100644
--- a/test/libtest/meson.build
+++ b/test/libtest/meson.build
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
libtest_sources = files([
'buffer_source.cpp',
'camera_test.cpp',
@@ -13,11 +15,10 @@ test_includes_public = [
test_includes_internal = [
test_includes_public,
- libcamera_internal_includes,
]
libtest = static_library('libtest', libtest_sources,
- dependencies : libcamera_dep,
+ dependencies : libcamera_private,
include_directories : test_includes_internal)
test_libraries = [libtest]