intel-mediasdk depends only on libva intel-mediasdk has a runtime dependency to intel-media-driver removed libdrm dependency from intel-mediasdk because libva depends on libdrm
Signed-off-by: Sebastian Suesens <[email protected]> --- recipes-multimedia/mediasdk/intel-mediasdk_22.3.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-multimedia/mediasdk/intel-mediasdk_22.3.0.bb b/recipes-multimedia/mediasdk/intel-mediasdk_22.3.0.bb index 099d489a..9ffd7169 100644 --- a/recipes-multimedia/mediasdk/intel-mediasdk_22.3.0.bb +++ b/recipes-multimedia/mediasdk/intel-mediasdk_22.3.0.bb @@ -17,7 +17,9 @@ COMPATIBLE_HOST:x86-x32 = "null" inherit features_check REQUIRED_DISTRO_FEATURES = "opengl" -DEPENDS += "libdrm libva intel-media-driver" +DEPENDS += "libva" + +RDEPENDS:${PN} += "intel-media-driver" PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "dri3", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "", d)} \ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7568): https://lists.yoctoproject.org/g/meta-intel/message/7568 Mute This Topic: https://lists.yoctoproject.org/mt/92069416/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
