Merge pull request #148445 from NickCao/libcamera
libcamera: fix cross compilation and set strictDeps
This commit is contained in:
commit
d1f21613e7
@ -31,10 +31,11 @@ stdenv.mkDerivation {
|
||||
patchShebangs utils/
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
buildInputs = [
|
||||
# IPA and signing
|
||||
gnutls
|
||||
openssl
|
||||
boost
|
||||
|
||||
# gstreamer integration
|
||||
@ -46,6 +47,8 @@ stdenv.mkDerivation {
|
||||
|
||||
# lttng tracing
|
||||
lttng-ust
|
||||
|
||||
gtest
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -57,9 +60,9 @@ stdenv.mkDerivation {
|
||||
python3Packages.pyyaml
|
||||
python3Packages.ply
|
||||
python3Packages.sphinx
|
||||
gtest
|
||||
graphviz
|
||||
doxygen
|
||||
openssl
|
||||
];
|
||||
|
||||
mesonFlags = [ "-Dv4l2=true" "-Dqcam=disabled" ];
|
||||
|
Loading…
Reference in New Issue
Block a user