mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
packagegroup-core-qt: add x11 to REQUIRED_DISTRO_FEATURES
It can't be built withou x11 in DISTRO_FEATURES. (From OE-Core rev: f797e503a1429d315ca3fee979e28994b76d03df) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d003b907b5
commit
0ac9aa1937
@@ -9,7 +9,10 @@ PR = "r4"
|
||||
# Qt4 could NOT be built on MIPS64 with 64 bits userspace
|
||||
COMPATIBLE_HOST_mips64 = "null"
|
||||
|
||||
inherit packagegroup
|
||||
inherit packagegroup distro_features_check
|
||||
|
||||
# The quicky and fotowall requires x11 in DISTRO_FEATURES
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
PACKAGES = "${PN}-demoapps"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user