diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-04-11 13:55:21 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 13:07:34 +0100 |
commit | 5b46dfb4fef2d6acb56f257ab04602b4ac62a425 (patch) | |
tree | 828b0902434934fba6676ae8ecd88e818b8858b3 /meta | |
parent | ec212b22207f443694691eb450f12cf087c09882 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb | 3 |
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." | |||
11 | PE = "1" | 11 | PE = "1" |
12 | PR = "${INC_PR}.0" | 12 | PR = "${INC_PR}.0" |
13 | 13 | ||
14 | DEPENDS = "util-macros-native" | ||
15 | REQUIRED_DISTRO_FEATURES_class-native = "" | ||
16 | |||
14 | RDEPENDS_${PN} += "mkfontscale" | 17 | RDEPENDS_${PN} += "mkfontscale" |
15 | RDEPENDS_${PN}_class-native += "mkfontscale-native" | 18 | RDEPENDS_${PN}_class-native += "mkfontscale-native" |
16 | 19 | ||