<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><div><span style="font-family: courier new,monospace;" class="gmail_quote">On 9/30/07, <b class="gmail_sendername">Dimitry Golubovsky
</b> <<a href="mailto:golubovsky@gmail.com">golubovsky@gmail.com</a>> wrote:</span><br style="font-family: courier new,monospace;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex; font-family: courier new,monospace;">
<br>I need to compile a very narrow subset of Xorg to use in a diskless X<br>terminal: all I need is basically a framebuffer driver, minimal subset<br>of fonts, just few keyboard layouts, etc. I need all this built as a<br>
directories' subtree to copy over to the X-terminal's init ramdisk<br>prototype file tree. Minimal size on disk is the goal: for example, du<br>-bc on  xkb subtree results in ~2.4M of files; I definitely do not<br>
need all this.<br><br>Is this possible to do with modular build? Best of all, if there is a<br>menuconfig-style selection tool, but any editable build config would<br>be OK.<br><br>Perhaps there may be some toolsets for embedded devices, can anybody
<br>provide references?</blockquote><div style="font-family: courier new,monospace;"><br>I was refered to this wiki page when I was trying to build a subset myself.<br> </div><span style="font-family: courier new,monospace;">
<a href="http://www.x.org/wiki/ModularDevelopersGuide#head-c35264aacf77e77caeca305a1a9a3da3be6e4fa5">http://www.x.org/wiki/ModularDevelopersGuide#head-c35264aacf77e77caeca305a1a9a3da3be6e4fa5</a></span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">I actually started _my_ build exercise using the shell script<br>mentioned in that wiki page called: </span><span style="font-family: courier new,monospace;">
build-from-tarballs.sh<br>and picking the parts I wanted while still maintaining the<br>correct build order.<br><br></span></div>