diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-22 19:52:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-22 19:52:07 +0200 |
commit | 8f015537e7c016722dbd7fffee520461fe394f28 (patch) | |
tree | 9289ac5cfc9e95550169d346a23eaf64ce81c8f0 /Makefile | |
parent | Add LIBFONTS_ANTIALIASING_GREYSCALE_FORCED (diff) | |
download | libfonts-8f015537e7c016722dbd7fffee520461fe394f28.tar.gz libfonts-8f015537e7c016722dbd7fffee520461fe394f28.tar.bz2 libfonts-8f015537e7c016722dbd7fffee520461fe394f28.tar.xz |
Add default fonts
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ OBJ =\ libfonts_calculate_subpixel_order.o\ libfonts_decode_font_description.o\ libfonts_encode_font_description.o\ + libfonts_get_default_font_name.o\ libfonts_get_output_dpi.o HDR =\ |