diff options
Diffstat (limited to 'programs/Xserver/Imakefile')
-rw-r--r-- | programs/Xserver/Imakefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/programs/Xserver/Imakefile b/programs/Xserver/Imakefile index e135097fd..e79a3675f 100644 --- a/programs/Xserver/Imakefile +++ b/programs/Xserver/Imakefile @@ -1,7 +1,7 @@ /* * Server Master Makefile */ -XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.331tsi Exp $ +XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.332tsi Exp $ /* * Copyright (c) 1994-2007 by The XFree86 Project, Inc. @@ -1569,7 +1569,7 @@ install:: $(MV) $(DESTDIR)$(BINDIR)/XDarwinApp \ $(DESTDIR)$(XDARWINAPPDIR)/MacOS/XDarwin -(cd $(DESTDIR)$(BINDIR); $(RM) XDarwinQuartz; \ - $(LN) $(DESTDIR)$(XDARWINAPPDIR)/MacOS/XDarwin XDarwinQuartz) + $(LN) $(XDARWINAPPDIR)/MacOS/XDarwin XDarwinQuartz) /* * Display mode bundles for Quartz @@ -1584,7 +1584,7 @@ BundleProgramTarget(xpr, \ $(XPRDIRS), \ $(QUARTZDIR)/xpr/xprScreen.o, \ $(XPRLIBS), \ - -framework ApplicationServices $(XPLUGINLIB)) + $(XPLUGINLIB) -framework ApplicationServices) #endif CRDIRS = $(QUARTZDIR)/cr $(ROOTLESSDIR) $(ROOTLESSDIR)/safeAlpha @@ -1619,7 +1619,7 @@ BundleProgramTarget(glxAGL, \ GL, \ GL/glx/glxext.o, \ GL/glx/libglx.a GL/apple/libAGLcore.a, \ - -framework AGL -framework OpenGL) + -framework AGL -framework OpenGL $(NATIVE_GLDEP)) #if BuildAppleDRI BundleProgramTarget(glxCGL, \ @@ -1627,7 +1627,7 @@ BundleProgramTarget(glxCGL, \ GL, \ GL/glx/glxext.o, \ GL/glx/libglx.a GL/apple/libCGLcore.a, \ - -framework OpenGL $(XPLUGINLIB)) + $(XPLUGINLIB) -framework OpenGL $(NATIVE_GLDEP)) #endif BundleProgramTarget(glxMesa, \ |