> Jonnii Henttinen wrote: > > > > Hello again! > > How about building xfree86 cvs under debian linux? Am i able to install > > under different location, something like /usr/local than /usr? That way i > > should be able to ensure i wouldn't blow up debians package managing system. > > --jonni > > > You can set these in xc/config/cf/site.def: > #define ProjectRoot /usr/local/X11R6 > #define NothingOutsideProjectRoot YES > #define EtcX11Directory ProjectRoot/etc
Or just put those in xc/config/host.def (which is a non-existant file that has to be created by you and is used to override options). Moreover you should have a look at xc/config/cf/linux.cfg and activate stuff like "dynamic LibXFont" etc. as those are disabled by default for Debian. You can keep you host.def and dropt it in everytime you compile a new X. -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
