summaryrefslogtreecommitdiffstats
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:07:34 +0100
commit5b46dfb4fef2d6acb56f257ab04602b4ac62a425 (patch)
tree828b0902434934fba6676ae8ecd88e818b8858b3 /meta/recipes-graphics
parentec212b22207f443694691eb450f12cf087c09882 (diff)
downloadpoky-5b46dfb4fef2d6acb56f257ab04602b4ac62a425.tar.gz
mkfontdir: Remove x11 requirement for -native
Make sure we can build native tools without "x11" in features. (From OE-Core rev: efeb161baf06ed0602f47ddcc71d53703972e759) 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>
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."
11PE = "1" 11PE = "1"
12PR = "${INC_PR}.0" 12PR = "${INC_PR}.0"
13 13
14DEPENDS = "util-macros-native"
15REQUIRED_DISTRO_FEATURES_class-native = ""
16
14RDEPENDS_${PN} += "mkfontscale" 17RDEPENDS_${PN} += "mkfontscale"
15RDEPENDS_${PN}_class-native += "mkfontscale-native" 18RDEPENDS_${PN}_class-native += "mkfontscale-native"
16 19