From: Jussi Kukkonen Date: Tue, 11 Apr 2017 10:55:22 +0000 (+0300) Subject: mkfontscale: Remove x11 requirement for -native X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3aa3ae25cdf2523cd510c97aeabde46b24cbc08;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mkfontscale: Remove x11 requirement for -native Make sure we can build native tools without "x11" feature. Signed-off-by: Jussi Kukkonen Signed-off-by: Armin Kuster --- 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 31cf186767e..d1aa9b3615e 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"