diff options
author | Keith Packard <keithp@keithp.com> | 2015-12-09 14:53:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-12-11 07:09:16 -0800 |
commit | 95a40553b8f12cd9479dd4b3c531e2069c53b870 (patch) | |
tree | 63f65fe2f9c3154e27cd28a5c8f2b0786bfd9b5d /Makefile.am | |
parent | 903cd14547b445d7f40b52462750fc8b28441581 (diff) |
Remove fontconf.h
This file used to advertise which font formats the library
supports. The X server doesn't care, so let's just remove it so that
it doesn't conflict with the older version of libXfont
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 86870bb..c1a3db2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,6 @@ noinst_HEADERS = \ src/FreeType/ft.h \ src/FreeType/ftfuncs.h -nodist_libXfontinclude_HEADERS = \ - include/X11/fonts/fontconf.h - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xfont2.pc |