fix: propagate ffmpeg dep of avcpp
This commit is contained in:
parent
0dfc4430de
commit
07a6f1b3d8
@ -22,7 +22,7 @@ in
|
|||||||
./0001-fix-build-use-absolute-install-directories.patch
|
./0001-fix-build-use-absolute-install-directories.patch
|
||||||
];
|
];
|
||||||
nativeBuildInputs = [cmake pkg-config];
|
nativeBuildInputs = [cmake pkg-config];
|
||||||
buildInputs = [ffmpeg_7];
|
propagatedBuildInputs = [ffmpeg_7];
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
(lib.cmakeBool "BUILD_TESTING" finalAttrs.doCheck)
|
(lib.cmakeBool "BUILD_TESTING" finalAttrs.doCheck)
|
||||||
(lib.cmakeBool "AVCPP_NOT_SUBPROJECT" true)
|
(lib.cmakeBool "AVCPP_NOT_SUBPROJECT" true)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user