summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-04-11 13:55:21 +0300
committerArmin Kuster <akuster808@gmail.com>2017-04-24 09:31:54 -0700
commitebdaf78cc682b4b9dde6b344bf7bf74d33846040 (patch)
tree78b4b9e6458ed8abf9d1779dc1140d08e60636fc
parentb21e32fbd1ed7eda131effe631b4fb64c4384d90 (diff)
downloadopenembedded-core-contrib-ebdaf78cc682b4b9dde6b344bf7bf74d33846040.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>
-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"