Building XFree86 from a Source Distribution
: Reconfiguring the server (source distribution)
Previous: Building and installing the distribution
Next: Other useful make targets
5. Reconfiguring the server (source distribution)
To build a different set of servers or servers with a different set of
drivers installed:
- Make sure the source for any new drivers is in the correct place (e.g.,
driver source should be in a subdirectory of
xc/programs/Xserver/hw/xfree86/drivers).
- Change the settings of the server defines
in
host.def to specify which servers you
wish to build. Also, change the driver lists to suit your needs.
- From
xc/programs/Xserver, run:
make Makefile
make Makefiles
make includes
make depend
make
Building XFree86 from a Source Distribution
: Reconfiguring the server (source distribution)
Previous: Building and installing the distribution
Next: Other useful make targets
|