From 47d32813a3fd67e75cddce255b40b43fb09e1497 Mon Sep 17 00:00:00 2001 From: Bartłomiej Burdukiewicz Date: Wed, 29 Apr 2020 22:27:45 +0200 Subject: libva: removed opengl from REQUIRED_DISTRO_FEATURES. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta/recipes-graphics/libva/libva_2.6.1.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-graphics/libva') 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)} \ -- cgit 1.2.3-korg