]> code.ossystems Code Review - openembedded-core.git/commitdiff
mkfontscale: This no longer needs a full libx11, xproto suffices
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 15:49:08 +0000 (15:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 17:29:50 +0000 (18:29 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb

index 3d248d110a3dacce205b1f91ff02bf8fdbfca663..65f74c21c50813a8c3ad58aeb47c22af4cca45a1 100644 (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"