diff options
Diffstat (limited to 'meta')
-rw-r--r-- | 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 3427fdf420..db00f76e90 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 | |||
6 | DEPENDS += "virtual/libx11" | 6 | DEPENDS += "virtual/libx11" |
7 | 7 | ||
8 | inherit distro_features_check | 8 | inherit distro_features_check |
9 | |||
9 | # depends on virtual/libx11 | 10 | # depends on virtual/libx11 |
10 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES += "x11" |
11 | 12 | ||
12 | SUMMARY += "(X11 version)" | 13 | SUMMARY += "(X11 version)" |