diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb index 5f6916a430..b81f8a3b33 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb +++ b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb | |||
@@ -9,7 +9,10 @@ PR = "r4" | |||
9 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | 9 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace |
10 | COMPATIBLE_HOST_mips64 = "null" | 10 | COMPATIBLE_HOST_mips64 = "null" |
11 | 11 | ||
12 | inherit packagegroup | 12 | inherit packagegroup distro_features_check |
13 | |||
14 | # The quicky and fotowall requires x11 in DISTRO_FEATURES | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
13 | 16 | ||
14 | PACKAGES = "${PN}-demoapps" | 17 | PACKAGES = "${PN}-demoapps" |
15 | 18 | ||