diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-08-23 10:23:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 14:13:46 +0100 |
commit | 02ad8a21c1d24f80f459a5419227855939c3c6c4 (patch) | |
tree | 8671229fd3f3fc28c6908748630ba46b198c7286 /meta/recipes-graphics | |
parent | 2f9f417de863c580c9037a4a981ef4b67701748b (diff) | |
download | poky-02ad8a21c1d24f80f459a5419227855939c3c6c4.tar.gz |
libva-utils: add opengl to REQUIRED_DISTRO_FEATURES
libva-utils depends on libva which requires opengl in
DISTRO_FEATURES.
(From OE-Core rev: ea03fd82b0709f8f39b77ae665bd5dbdb9a1d58a)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libva/libva-utils_1.8.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 9c2c0d657b..c082c18b52 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" | |||
25 | 25 | ||
26 | inherit autotools pkgconfig distro_features_check | 26 | inherit autotools pkgconfig distro_features_check |
27 | 27 | ||
28 | # depends on libva which requires opengl | ||
29 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
30 | |||
28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" | 31 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" |
29 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes" | 32 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes" |
30 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland-native wayland" | 33 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland-native wayland" |