aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-22 17:12:09 +0200
committerMattias Andrée <maandree@kth.se>2022-07-22 17:13:29 +0200
commit84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823 (patch)
tree5a275405ffffa4256894e0695f99cd0c71d5d312 /Makefile
parentCalculate logical subpixel order from transformation (diff)
downloadlibfonts-84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823.tar.gz
libfonts-84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823.tar.bz2
libfonts-84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823.tar.xz
Fix EDID reading in libfonts_get_output_dpi and make it use the output transformation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57da740..97a3499 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ OBJ =\
libfonts_get_output_dpi.o
HDR =\
+ common.h\
libfonts.h
LOBJ = $(OBJ:.o=.lo)