mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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. (From OE-Core rev: 47d32813a3fd67e75cddce255b40b43fb09e1497) Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5dbea45519
commit
81054cf536
@@ -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)} \
|
||||
|
||||
Reference in New Issue
Block a user