diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/libcamera/libcamera_0.5.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.5.2.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.5.2.bb index 88fe9cf39c..e4be41f5f3 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.5.2.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.5.2.bb | |||
| @@ -19,6 +19,11 @@ PE = "1" | |||
| 19 | DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls chrpath-native libevent libyaml" | 19 | DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls chrpath-native libevent libyaml" |
| 20 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" | 20 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" |
| 21 | 21 | ||
| 22 | # libcamera has logic to detect libc++ in sysroot with clang and uses it if it exists | ||
| 23 | # however this does not work well, when llvm runtime is not used systemd wide. Because dependencies | ||
| 24 | # e.g. libpisp demand libstdc++ and mix and match does not work well | ||
| 25 | BASE_DEFAULT_DEPS:remove = "${@bb.utils.contains("TC_CXX_RUNTIME", "gnu", "compiler-rt libcxx", "", d)}" | ||
| 26 | |||
| 22 | PACKAGES =+ "${PN}-gst ${PN}-pycamera" | 27 | PACKAGES =+ "${PN}-gst ${PN}-pycamera" |
| 23 | 28 | ||
| 24 | PACKAGECONFIG ??= "" | 29 | PACKAGECONFIG ??= "" |
