mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
libva-intel-utils: make sure it PROVIDES libva-utils
The recipe should PROVIDE/RPROVIDE libva-utils so it's actually built when using libva-utils. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
ed7311e7ca
commit
0e4b3cb017
|
@ -30,3 +30,6 @@ REQUIRED_DISTRO_FEATURES = "opengl"
|
|||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
|
||||
PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes"
|
||||
PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland"
|
||||
|
||||
PROVIDES = "libva-utils"
|
||||
RPROVIDES_${PN} += "libva-utils"
|
||||
|
|
Loading…
Reference in New Issue
Block a user