diff options
author | Javier Martinez Canillas <javierm@redhat.com> | 2022-02-03 10:30:22 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-02-03 18:23:48 +0200 |
commit | e526a57d09a3cb9fe226e70f896b4beaa8f9180a (patch) | |
tree | 03e0faa916a7ed8f0f44744e4c754402404c8eb5 /src/ipa/raspberrypi/controller/rpi/agc.cpp | |
parent | 348a273c2bab1fc9524e1f2032fb46109e252ee9 (diff) |
lc-compliance: Only download gtest subproject as a fallback
Currently, a subproject is used to fetch gtest dependency unconditionally
for any Linux distribution besides ChromeOS. But it leads to a regression
in distros whose builders are not allowed to download files during build.
This change was introduced by commit 0d50a04cc918 ("lc-compliance: Build
with gtest in subprojects") and the rationale is that some distros, such
as Debian ship libgtest-dev as a static library. And this could be built
with a different toolchain than the one used to build libcamera itself.
But this seems to be a corner case, usually users will either build both
libcamera and all its dependencies using the same toolchain or build it
using both the libgtest library and toolchain as provided by the distro.
If someone doesn't want for meson to pick up the non-compatible static
library provided by the distro, then instead should make sure that their
build root does not have the package providing this installed.
Le
* rkisp1_pipeline_test.cpp - Rockchip RK3399 rkisp1 pipeline test
*/
#include <iostream>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <libcamera/camera.h>
#include <libcamera/camera_manager.h>
#include "libcamera/internal/device_enumerator.h"
#include "libcamera/internal/media_device.h"
#include "libcamera/internal/media_object.h"
Diffstat (limited to 'src/ipa/raspberrypi/controller/rpi/agc.cpp')
0 files changed, 0 insertions, 0 deletions