]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva-utils: add opengl to REQUIRED_DISTRO_FEATURES
authorJackie Huang <jackie.huang@windriver.com>
Wed, 23 Aug 2017 02:23:58 +0000 (10:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Aug 2017 13:12:36 +0000 (14:12 +0100)
libva-utils depends on libva which requires opengl in
DISTRO_FEATURES.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva-utils_1.8.3.bb

index 9c2c0d657ba58159143d152e5a9b98b5bebd56f8..c082c18b527e18160fcf7f22b72ebc00c398d395 100644 (file)
@@ -25,6 +25,9 @@ DEPENDS = "libva"
 
 inherit autotools pkgconfig distro_features_check
 
+# depends on libva which requires opengl
+REQUIRED_DISTRO_FEATURES = "opengl"
+
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}"
 PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes"
 PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland-native wayland"