aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-04-11 13:55:22 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 13:04:49 +0100
commite3aa3ae25cdf2523cd510c97aeabde46b24cbc08 (patch)
treeebc62f388bf2e6ed6ff406ca1faff2c3b815e5df /meta/recipes-graphics
parentefeb161baf06ed0602f47ddcc71d53703972e759 (diff)
downloadopenembedded-core-e3aa3ae25cdf2523cd510c97aeabde46b24cbc08.tar.gz
mkfontscale: Remove x11 requirement for -native
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb2
1 files changed, 2 insertions, 0 deletions
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"