[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7369/8267] libva-utils: add opengl to REQUIRED_DISTRO_FEATURES
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 7369/8267] libva-utils: add opengl to REQUIRED_DISTRO_FEATURES
- Date: Sun, 17 Dec 2017 06:09:06 +0000 (UTC)
commit 02ad8a21c1d24f80f459a5419227855939c3c6c4
Author: Jackie Huang <jackie huang windriver com>
Date: 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.
(From OE-Core rev: ea03fd82b0709f8f39b77ae665bd5dbdb9a1d58a)
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 | 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 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]