]> code.ossystems Code Review - openembedded-core.git/commitdiff
mkfontscale: Remove x11 requirement for -native
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Tue, 11 Apr 2017 10:55:22 +0000 (13:55 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:04:49 +0000 (13:04 +0100)
Make sure we can build native tools without "x11" feature.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb

index 31cf186767e938dfa72fcad14aa7d5fb039b400d..d1aa9b3615e5ec25a32311946506f64c8b27d4af 100644 (file)
@@ -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"