summaryrefslogtreecommitdiff
path: root/x11/xkbd/patches/patch-ab
blob: 2cc1427deb785b92c5e0449a1b6bbb39653e97c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1 2003/02/05 22:03:02 dmcmahill Exp $

--- src/kb.c.orig	Fri Sep 27 04:34:28 2002
+++ src/kb.c
@@ -21,7 +21,10 @@
 #include <X11/Xutil.h>
 #include <X11/extensions/XTest.h>
 #include <X11/keysym.h>
+
+#ifdef USE_XFT
 #include <X11/Xft/Xft.h>
+#endif
 
 #include "structs.h"
 #include "kb.h"