Skip to content

Commit

Permalink
Remove fontconf.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
keith-packard committed Dec 11, 2015
1 parent 903cd14 commit 95a4055
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 55 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ core
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
#
*.sig
*.announce
TAGS
3 changes: 0 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AC_PREREQ([2.60])
AC_INIT([libXfont2], [2.0.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfont2])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h include/X11/fonts/fontconf.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

# Initialize Automake
Expand Down
2 changes: 0 additions & 2 deletions include/X11/fonts/.gitignore

This file was deleted.

49 changes: 0 additions & 49 deletions include/X11/fonts/fontconf.h.in

This file was deleted.

0 comments on commit 95a4055

Please # to comment.