diff options
Diffstat (limited to 'programs/xclock/Imakefile')
-rw-r--r-- | programs/xclock/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/xclock/Imakefile b/programs/xclock/Imakefile index 7a788112b..91162c7b4 100644 --- a/programs/xclock/Imakefile +++ b/programs/xclock/Imakefile @@ -2,14 +2,14 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:12 cpqbld Exp $ -XCOMM $XFree86: xc/programs/xclock/Imakefile,v 1.7 2003/10/24 20:38:15 tsi Exp $ +XCOMM $XFree86: xc/programs/xclock/Imakefile,v 1.8tsi Exp $ #ifndef XClockUseRender #define XClockUseRender BuildRenderLibrary #endif #if XClockUseRender - XRENDERDEFS = -DXRENDER + XRENDERDEFS = -DXRENDER -DXFREE86_FT2 XRENDERDEPS = XftClientDepLibs XRENDERLIBS = XftClientLibs MathLibrary XRENDERINCS = $(XFTINCLUDES) $(XRENDERINCLUDES) -I$(XBUILDINCDIR) |