I submitted a patch to the following hunk in the xc-directfb.diff
patch.  My patch adds the lines marked with "->" below.  Any reason
they did not make it into the xc-directfb.diff patch?


   Index: programs/Xserver/Imakefile
   ===================================================================
   RCS file: /cvs/xc/programs/Xserver/Imakefile,v
   retrieving revision 3.275
   diff -u -r3.275 Imakefile
   --- programs/Xserver/Imakefile  2002/12/21 00:19:11     3.275
   +++ programs/Xserver/Imakefile  2002/12/27 04:45:11
   @@ -520,6 +520,29 @@
    #endif /* XhpServer */
    
    
   +#if XDirectFBServer
   +XCOMM
   +XCOMM X DirectFB server
   +XCOMM
   +FBDIR = fb
   +DIRECTFBDDXDIR = hw/directfb
   +DIRECTFBDIRS = $(STDDIRS) $(FBDIR) $(DIRECTFBDDXDIR) $(DEPDIRS)
   +DIRECTFBOBJS = 
   +DIRECTFBLIBS = PreFbLibs $(DIRECTFBDDXDIR)/LibraryTargetName(directfb) FbPostFbLibs
   +DIRECTFBSYSLIBS = $(FONTLIBS) $(SYSLIBS) `directfb-config --libs`
-> +#if ForceServerRemake
-> +$(DIRECTFBOBJS) $(DIRECTFBLIBS) $(DIRECTFBSYSLIBS):: all.subdirs
-> +       @if [ -f $@ ]; then touch $@; fi
-> +#endif
   +SetUIDServerTarget(XDirectFB,$(DIRECTFBDIRS),$(DIRECTFBOBJS), \
   +       $(DIRECTFBLIBS),$(DIRECTFBSYSLIBS))
   +
   +#ifndef ServerToInstall
   +#define ServerToInstall XDirectFB
   +#endif
   +#endif /* XDirectFBServer */
   +
   +
    #if HasParallelMake
    XCOMM
    XCOMM force non-parallel build of XF86 servers to prevent MUTEX overrides

b.

-- 
Brian J. Murrell

Attachment: msg01373/pgp00000.pgp
Description: PGP signature

Reply via email to