[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3912/8267] eglinfo-x11: 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: 3912/8267] eglinfo-x11: add opengl to REQUIRED_DISTRO_FEATURES
- Date: Sun, 17 Dec 2017 01:17:56 +0000 (UTC)
commit f11d86d0c66b6f1a418994f2a5645bb1f21163bf
Author: Christopher Larson <chris_larson mentor com>
Date: Wed Jan 4 15:57:53 2017 -0700
eglinfo-x11: add opengl to REQUIRED_DISTRO_FEATURES
The .inc already included this, but the x11 version was overriding it. This is
a problem, as the x11 version still needs opengl as well as x11. Append
instead.
(From OE-Core rev: e2006b11d36e3ead725ae6e5613b6b0087f28029)
Signed-off-by: Christopher Larson <chris_larson mentor com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
index 3427fdf..db00f76 100644
--- a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
+++ b/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
@@ -6,7 +6,8 @@ include eglinfo.inc
DEPENDS += "virtual/libx11"
inherit distro_features_check
+
# depends on virtual/libx11
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES += "x11"
SUMMARY += "(X11 version)"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]