Skip to content

Commit

Permalink
Add vulkan dependencies to multimedia demos
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Feb 20, 2024
1 parent 21cb1e6 commit 792159e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/samples/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
, wayland
, libxkbcommon
, libffi
, vulkan-headers
, vulkan-loader
, writeShellApplication
, l4t
, cudaPackages
Expand Down Expand Up @@ -229,7 +231,7 @@ let
sourceRoot = "source/usr/src/jetson_multimedia_api";

nativeBuildInputs = [ dpkg python3 ];
buildInputs = [ libX11 libdrm libglvnd opencv2 ]
buildInputs = [ libX11 libdrm libglvnd opencv2 vulkan-headers vulkan-loader ]
++ (with l4t; [ l4t-cuda l4t-multimedia l4t-camera ])
++ (with cudaPackages; [ cudatoolkit tensorrt ]);

Expand Down

0 comments on commit 792159e

Please sign in to comment.