rxvt is a classic X11 application, so add the feature check so it doesn't get pulled into world builds without x11.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index 2ee3edefa76..8cd41f33923 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc @@ -13,7 +13,9 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 file://rxvt.desktop \ file://rxvt.png" -inherit autotools pkgconfig update-alternatives +inherit autotools features_check pkgconfig update-alternatives + +REQUIRED_DISTRO_FEATURES = "x11" RPROVIDES:${PN} = "virtual-x-terminal-emulator" ALTERNATIVE:${PN} = "x-terminal-emulator" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207114): https://lists.openembedded.org/g/openembedded-core/message/207114 Mute This Topic: https://lists.openembedded.org/mt/109556565/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
