From: Bartłomiej Burdukiewicz Date: Wed, 29 Apr 2020 20:27:45 +0000 (+0200) Subject: libva: removed opengl from REQUIRED_DISTRO_FEATURES. X-Git-Tag: uninative-2.9~956 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=47d32813a3fd67e75cddce255b40b43fb09e1497;p=openembedded-core.git libva: removed opengl from REQUIRED_DISTRO_FEATURES. Since libva can be built without virtual/mesa, opengl requirement is only true for glx backend and it's incorrect for wayland and x11 backends. Signed-off-by: Bartłomiej Burdukiewicz Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/libva/libva_2.6.1.bb b/meta/recipes-graphics/libva/libva_2.6.1.bb index 8c495bad70..071be345d2 100644 --- a/meta/recipes-graphics/libva/libva_2.6.1.bb +++ b/meta/recipes-graphics/libva/libva_2.6.1.bb @@ -27,8 +27,6 @@ DEPENDS = "libdrm" inherit meson pkgconfig features_check -REQUIRED_DISTRO_FEATURES = "opengl" - PACKAGECONFIG ??= " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', '', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} \