diff options
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 18d8b16c76..2d046c4f7b 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -8,7 +8,9 @@ PR = "r33" | |||
8 | 8 | ||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | inherit packagegroup | 11 | inherit packagegroup distro_features_check |
12 | # rdepends on x11vnc | ||
13 | REQUIRED_DISTRO_FEATURES = "x11" | ||
12 | 14 | ||
13 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" | 15 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" |
14 | 16 | ||