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 <jussi.kukkonen@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jussi Kukkonen
2017-04-11 13:55:22 +03:00
committed by Richard Purdie
parent 5b46dfb4fe
commit 293288ef1c

View 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"