diff options
Diffstat (limited to 'meta/recipes-extended/packagegroups')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index 734dda1d79..3aedf6b7a5 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | |||
@@ -11,6 +11,9 @@ inherit packagegroup distro_features_check | |||
11 | # The libxt, libxtst and others require x11 in DISTRO_FEATURES | 11 | # The libxt, libxtst and others require x11 in DISTRO_FEATURES |
12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
13 | 13 | ||
14 | # libglu needs virtual/libgl, which requires opengl in DISTRO_FEATURES | ||
15 | REQUIRED_DISTRO_FEATURES += "opengl" | ||
16 | |||
14 | # | 17 | # |
15 | # We will skip parsing this packagegeoup for non-glibc systems | 18 | # We will skip parsing this packagegeoup for non-glibc systems |
16 | # | 19 | # |