From 293288ef1c7cb46fd9e69817d2585c4753af9a6e Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 11 Apr 2017 13:55:22 +0300 Subject: mkfontscale: Remove x11 requirement for -native Make sure we can build native tools without "x11" feature. (From OE-Core rev: e3aa3ae25cdf2523cd510c97aeabde46b24cbc08) Signed-off-by: Jussi Kukkonen Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb index 31cf186767..d1aa9b3615 100644 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb @@ -10,6 +10,8 @@ is used by the mkfontdir program." DEPENDS = "util-macros-native zlib libfontenc freetype xproto" +REQUIRED_DISTRO_FEATURES_class-native = "" + BBCLASSEXTEND = "native" LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f" -- cgit v1.2.3-54-g00ecf