[oe-commits] [openembedded-core] 01/02: libva-utils: add opengl to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Wed Aug 23 13:14:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ea03fd82b0709f8f39b77ae665bd5dbdb9a1d58a
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Wed Aug 23 10:23:58 2017 +0800

    libva-utils: add opengl to REQUIRED_DISTRO_FEATURES
    
    libva-utils depends on libva which requires opengl in
    DISTRO_FEATURES.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/libva/libva-utils_1.8.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-graphics/libva/libva-utils_1.8.3.bb b/meta/recipes-graphics/libva/libva-utils_1.8.3.bb
index 9c2c0d6..c082c18 100644
--- a/meta/recipes-graphics/libva/libva-utils_1.8.3.bb
+++ b/meta/recipes-graphics/libva/libva-utils_1.8.3.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list