summaryrefslogtreecommitdiff
path: root/src/Font.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-16 11:40:59 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-18 19:28:30 -0800
commit17aa1f2305da0952ad594c7329d08aba21f13ac8 (patch)
tree944a48fdf271834aa863c5a9e704b22d116efdbf /src/Font.c
parenta9228fcc676aacf9a760dd94891c89f9bc82b20d (diff)
Update to xf86bigfontproto >= 1.2.0 header name
Clears compile-time warning of: "X11/extensions/xf86bigfstr.h", line 1: #warning: "xf86bigfstr.h is obsolete and may be removed in the future." "X11/extensions/xf86bigfstr.h", line 2: #warning: "include <X11/extensions/xf86bigfproto.h> for the protocol defines." Requires xf86bigfontproto >= 1.2.0 if --disable-xf86bigfont is not passed to configure. Also removes unnecessary AC_SUBST of BIGFONT_CFLAGS & BIGFONT_LIBS that PKG_CHECK_MODULES does automatically Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'src/Font.c')
-rw-r--r--src/Font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Font.c b/src/Font.c
index 6a4c1e21..7f56f686 100644
--- a/src/Font.c
+++ b/src/Font.c
@@ -44,7 +44,7 @@ authorization from the X Consortium and the XFree86 Project.
#include <stdio.h>
#include <stdlib.h>
-#include <X11/extensions/xf86bigfstr.h>
+#include <X11/extensions/xf86bigfproto.h>
#endif
#include "Xlcint.h"