diff options
| author | Mattias Andrée <maandree@kth.se> | 2023-01-10 18:45:42 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2023-01-10 18:45:42 +0100 | 
| commit | abf2630e7039c53126faf6585769e2abfba657dd (patch) | |
| tree | 68a97f64a78472154a1da3fb988022ccf417bc49 /Makefile | |
| parent | m (diff) | |
| download | libfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.gz libfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.bz2 libfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.xz | |
m + implement libfonts_do_{decoded_,}font_descriptions_match
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -19,6 +19,8 @@ LIB_NAME = fonts  PUBLIC_OBJ =\  	libfonts_calculate_subpixel_order.o\  	libfonts_decode_font_description.o\ +	libfonts_do_decoded_font_descriptions_match.o\ +	libfonts_do_font_descriptions_match.o\  	libfonts_encode_font_description.o\  	libfonts_get_default_font.o\  	libfonts_get_default_font_name.o\ | 
