summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-10-20 13:43:58 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-10-20 13:43:58 +0800
commit0e4b3cb01735bdc5ebf50c547927f1f59b0248d2 (patch)
tree9f18a444b77100120f4ffc2aff50a73632e528c7
parented7311e7ca03e204f3537e5b7ab905a9bb56fd4e (diff)
downloadmeta-intel-0e4b3cb01735bdc5ebf50c547927f1f59b0248d2.tar.gz
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>
-rw-r--r--recipes-graphics/libva/libva-intel-utils_2.9.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/libva/libva-intel-utils_2.9.0.bb b/recipes-graphics/libva/libva-intel-utils_2.9.0.bb
index 2ee9ee88..3fac531e 100644
--- a/recipes-graphics/libva/libva-intel-utils_2.9.0.bb
+++ b/recipes-graphics/libva/libva-intel-utils_2.9.0.bb
@@ -30,3 +30,6 @@ REQUIRED_DISTRO_FEATURES = "opengl"
30PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" 30PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
31PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes" 31PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes"
32PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland" 32PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland"
33
34PROVIDES = "libva-utils"
35RPROVIDES_${PN} += "libva-utils"