summaryrefslogtreecommitdiff
path: root/src/glx/xfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/xfont.c')
-rw-r--r--src/glx/xfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/xfont.c b/src/glx/xfont.c
index 6b55a6085b8..797fd7a4900 100644
--- a/src/glx/xfont.c
+++ b/src/glx/xfont.c
@@ -33,7 +33,7 @@
called by that routine when direct rendering is enabled.
*/
-#if defined(GLX_DIRECT_RENDERING) || defined(GLX_USE_APPLEGL)
+#ifdef GLX_DIRECT_RENDERING
#include "glxclient.h"