mkfontscale: This no longer needs a full libx11, xproto suffices

configure just looks for xproto so we can drop the libx11 dependency and
reduce the amount we build for some small performance improvements and
less of the -native stack.

(From OE-Core rev: e473e60d5572f36829068f6d3db9ce9ba9633d71)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-08-22 15:49:08 +00:00
parent 6bdf025280
commit 199b1a8c7d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ font name (XLFD) is generated, and is written together with the file \
name to a file fonts.scale in the directory. The resulting fonts.scale \
is used by the mkfontdir program."
DEPENDS += " zlib libfontenc freetype virtual/libx11"
DEPENDS = "util-macros-native zlib libfontenc freetype xproto"
BBCLASSEXTEND = "native"