Skip to content

Commit

Permalink
tegra-mmapi-samples: add tensorrt-core and tensorrt-plugins in the
Browse files Browse the repository at this point in the history
PACKAGECONFIG list

Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
  • Loading branch information
ichergui authored and madisongh committed Sep 25, 2021
1 parent 6456ac5 commit ca80fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-multimedia/argus/tegra-mmapi-samples_32.6.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEPENDS = "libdrm tegra-mmapi tegra-libraries virtual/egl virtual/libgles1 virtu
inherit pkgconfig cuda python3native features_check

PACKAGECONFIG ??= ""
PACKAGECONFIG[objdetect] = "HAVE_OPENCV=1 HAVE_TENSORRT=1,,tensorrt opencv"
PACKAGECONFIG[objdetect] = "HAVE_OPENCV=1 HAVE_TENSORRT=1,,tensorrt-core tensorrt-plugins opencv"

REQUIRED_DISTRO_FEATURES = "x11"

Expand Down

0 comments on commit ca80fa8

Please sign in to comment.