From 48c3cc74131334cd258b8cd63ecd84856e052467 Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Thu, 27 Jul 2023 11:33:10 -0400 Subject: [PATCH] rpi-libcamera-apps: add opencv build dependency The 'opencv' PACKAGECONFIG entry was missing the build dependency. Signed-off-by: Vivien Didelot --- recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb b/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb index 653bfc1..86af7b0 100644 --- a/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb +++ b/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb @@ -36,7 +36,7 @@ EXTRA_OECMAKE += "-DENABLE_COMPILE_FLAGS_FOR_TARGET=${LIBCAMERA_ARCH}" PACKAGECONFIG[x11] = "-DENABLE_X11=1,-DENABLE_X11=0" PACKAGECONFIG[qt] = "-DENABLE_QT=1,-DENABLE_QT=0" -PACKAGECONFIG[opencv] = "-DENABLE_OPENCV=1,-DENABLE_OPENCV=0" +PACKAGECONFIG[opencv] = "-DENABLE_OPENCV=1,-DENABLE_OPENCV=0,opencv" PACKAGECONFIG[tensorflow-lite] = "-DENABLE_TFLITE=1,-DENABLE_TFLITE=0" do_install:append() {