debrix ChangeLog,1.1,1.2
Daniel Stone <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: daniel Update of /cvs/xserver/debrix In directory pdx:/tmp/cvs-serv13654 Modified Files: ChangeLog Log Message: Makefile.am shuffling: disable all module-building, and link everything in the tree into one static server, so that modules who dep on variables from fbdevhw/xaa/etc can now load (e.g. fbdevhw, nv). This tree shouldn't build any modules; it should only install Xorg, and SDK headers. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/debrix/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ChangeLog 10 Jun 2004 19:11:15 -0000 1.1 +++ ChangeLog 27 Jun 2004 20:58:24 -0000 1.2 @@ -1,3 +1,14 @@ +2004-06-28 Daniel Stone <[email protected]> + + * hw/xorg/Makefile.am: + * hw/xorg/ddc/Makefile.am, hw/xorg/i2c/Makefile.am, + hw/xorg/int10/Makefile.am, hw/xorg/fbdevhw/Makefile.am, + hw/xorg/ramdac/Makefile.am, hw/xorg/scanpci/Makefile.am, + hw/xorg/vbe/Makefile.am, hw/xorg/vgahw/Makefile.am, + hw/xorg/xaa/Makefile.am: + This tree now produces no modules; everything is linked in statically. + This means you can now use fbdev, and probably nv. Have at it. + 2004-06-11 Daniel Stone <[email protected]> * Initial import from monolithic tree.