diff options
Diffstat (limited to 'recipes/xorg-app/mkfontscale_1.0.4.bb')
-rw-r--r-- | recipes/xorg-app/mkfontscale_1.0.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xorg-app/mkfontscale_1.0.4.bb b/recipes/xorg-app/mkfontscale_1.0.4.bb new file mode 100644 index 0000000000..126918b065 --- /dev/null +++ b/recipes/xorg-app/mkfontscale_1.0.4.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc + +DESCRIPTION = "a program to create an index of scalable font files for X" + +DEPENDS += " zlib libfontenc freetype virtual/libx11" |