diff options
| -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 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 \ | |||
| 8 | name to a file fonts.scale in the directory. The resulting fonts.scale \ | 8 | name to a file fonts.scale in the directory. The resulting fonts.scale \ |
| 9 | is used by the mkfontdir program." | 9 | is used by the mkfontdir program." |
| 10 | 10 | ||
| 11 | DEPENDS += " zlib libfontenc freetype virtual/libx11" | 11 | DEPENDS = "util-macros-native zlib libfontenc freetype xproto" |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
| 14 | 14 | ||
