mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -23,7 +23,9 @@ RDEPENDS:${PN}:class-native = ""
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
inherit binconfig
|
inherit binconfig features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SYSROOT_DIRS += "${bindir_crossscripts}"
|
SYSROOT_DIRS += "${bindir_crossscripts}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user