summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-intel/recipes-graphics/wayland/libva_%.bbappend
blob: efc194b794b042ead0491d86ec5a5543c6260dd4 (plain)
1
2
3
4
# This patch correct a bug in libva1_1.7.0.bb 1.8 inmeta-intel (no clue when it will be fixed)
# libva.bb calls for an x11 runtime dependency even if wayland is selected
#
RDEPENDS_${PN}-egl_remove = "${@base_contains("DISTRO_FEATURES", "x11", "", "${PN}-x11", d)}"