diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 15:49:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:29:50 +0100 |
commit | e473e60d5572f36829068f6d3db9ce9ba9633d71 (patch) | |
tree | 97bac9cb8e7ee141d0431abeb3c7a8f7b971b392 /meta/recipes-graphics/xorg-app | |
parent | d7481ee36f6bd0416eb35d8c40cb3ed9f2395a2f (diff) | |
download | openembedded-core-contrib-e473e60d5572f36829068f6d3db9ce9ba9633d71.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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb | 2 |
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 3d248d110a3..65f74c21c50 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 \ 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" |