summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"