eda8de38a9b85293b58b69f1aed322f023da9087
[AGL/meta-agl.git] / meta-agl-bsp / meta-aglprofilegraphical / recipes-graphics / wayland / libva_%.bbappend
1 # This patch correct a bug in libva1_1.7.0.bb 1.8 inmeta-intel (no clue when it will be fixed)
2 # libva.bb calls for an x11 runtime dependency even if wayland is selected
3 #
4 RDEPENDS_${PN}-egl_remove = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "${PN}-x11", d)}"