mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
libcamera: rename public libcamera dependency
Now that we have a libcamera_private, make the public only dependency libcamera_public so that it is clear which interface is being linked. Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
ff7832d2cd
commit
5c01d54120
8 changed files with 15 additions and 15 deletions
|
@ -9,7 +9,7 @@ control_tests = [
|
|||
|
||||
foreach t : control_tests
|
||||
exe = executable(t[0], t[1],
|
||||
dependencies : libcamera_dep,
|
||||
dependencies : libcamera_public,
|
||||
link_with : test_libraries,
|
||||
include_directories : test_includes_internal)
|
||||
test(t[0], exe, suite : 'controls', is_parallel : false)
|
||||
|
|
|
@ -55,7 +55,7 @@ internal_tests = [
|
|||
|
||||
foreach t : public_tests
|
||||
exe = executable(t[0], t[1],
|
||||
dependencies : libcamera_dep,
|
||||
dependencies : libcamera_public,
|
||||
link_with : test_libraries,
|
||||
include_directories : test_includes_public)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ stream_tests = [
|
|||
|
||||
foreach t : stream_tests
|
||||
exe = executable(t[0], t[1],
|
||||
dependencies : libcamera_dep,
|
||||
dependencies : libcamera_public,
|
||||
link_with : test_libraries,
|
||||
include_directories : test_includes_internal)
|
||||
test(t[0], exe, suite: 'stream')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue