diff mbox series

[meta-oe] pstack: require x11 in DISTRO_FEATURES

Message ID 20250712224133.3035-1-martin.jansa@gmail.com
State Under Review
Headers show
Series [meta-oe] pstack: require x11 in DISTRO_FEATURES | expand

Commit Message

Martin Jansa July 12, 2025, 10:41 p.m. UTC
From: Martin Jansa <martin.jansa@gmail.com>

* 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>
---
 meta-oe/recipes-devtools/pstack/pstack_2.10.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
index bed49b62ba..eb8b2965f1 100644
--- a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
+++ b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
@@ -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}"