mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pstack: require x11 in DISTRO_FEATURES
* for libx11 and libxt * only 2.10 version seems to use it * surprisingly there is an .inc file but 2.10 and 2.11 from git don't share it Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a63ab51415
commit
225ef0569a
|
|
@ -23,7 +23,9 @@ RDEPENDS:${PN}:class-native = ""
|
|||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
inherit binconfig
|
||||
inherit binconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SYSROOT_DIRS += "${bindir_crossscripts}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user