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:
Martin Jansa 2025-07-13 00:41:33 +02:00 committed by Khem Raj
parent a63ab51415
commit 225ef0569a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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}"