diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-07-28 19:13:43 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-07-28 19:45:04 +0300 |
commit | eed6a079d2f989bdbc24ff1d3f8fc4360fc577b0 (patch) | |
tree | ce63f40acdf108a09685a5caee073107a9dc92e5 /test/media_device/media_device_link_test.cpp | |
parent | 4694e441c31378e7c5bfaa34164785bd2f93e38b (diff) |
meson: Correctly locate libc++
The meson find_library() function takes a library name without the "lib"
prefix. Its usage to find lic++ is thus not correct, and meson warns
about it:
WARNING: find_library('libc++') starting in "lib" only works by accident and is not portable
Fix it by dropping the "lib" prefix.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/media_device/media_device_link_test.cpp')
0 files changed, 0 insertions, 0 deletions