summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-22 15:49:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-22 18:30:06 +0100
commit199b1a8c7d7109d9b59d67bf4dcfeb03be07587a (patch)
tree15b2845ac9cc7f617020986b8b6fe68ed433c42a /meta/recipes-graphics
parent6bdf0252803c3df74b01118274b1a4c5cd17c887 (diff)
downloadpoky-199b1a8c7d7109d9b59d67bf4dcfeb03be07587a.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb
index 3d248d110a..65f74c21c5 100644
--- a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb
@@ -8,7 +8,7 @@ font name (XLFD) is generated, and is written together with the file \
8name to a file fonts.scale in the directory. The resulting fonts.scale \ 8name to a file fonts.scale in the directory. The resulting fonts.scale \
9is used by the mkfontdir program." 9is used by the mkfontdir program."
10 10
11DEPENDS += " zlib libfontenc freetype virtual/libx11" 11DEPENDS = "util-macros-native zlib libfontenc freetype xproto"
12 12
13BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
14 14