Re: build xlib only
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, May 31, 2005 at 05:17:53PM +0200, Enrico Weigelt wrote: >Hi folks, > > >I'd like to build *only* xlib and install it into some sysroot. >How can I do this ? With 4.5.0 it is close to being possible to build only Xlib with the appropriate settings in your host.def file. A minor Imakefile edit would get it working. In general though, a lot depends on what you want to take from your installed system and what you want to take from the source tree. I made some improvements to the support for fine-tuning which libraries get built for some work that I did last year. I'll see if I can find some time to clean it up and commit it. David