aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-04-11 13:55:21 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 13:04:49 +0100
commitefeb161baf06ed0602f47ddcc71d53703972e759 (patch)
treeabe3f3d1b50ead127142c864b1c97ca5de2a7e79 /meta/recipes-graphics
parent80712877c843139e1990a4e4360a48dba003a560 (diff)
downloadopenembedded-core-contrib-efeb161baf06ed0602f47ddcc71d53703972e759.tar.gz
mkfontdir: Remove x11 requirement for -native
Make sure we can build native tools without "x11" in features. 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/mkfontdir_1.0.7.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb
index a453e24876..737bc9de48 100644
--- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb
@@ -11,6 +11,9 @@ files."
PE = "1"
PR = "${INC_PR}.0"
+DEPENDS = "util-macros-native"
+REQUIRED_DISTRO_FEATURES_class-native = ""
+
RDEPENDS_${PN} += "mkfontscale"
RDEPENDS_${PN}_class-native += "mkfontscale-native"