On 03/11/2011 14:27, Jon TURNEY wrote: > Build Xi and DPMS stubs as convenience libraries, rather than once for > each DDX which wants to use them. > > The tangled history of fbcmap_mi.c is a little hard to unweave, but I > suspect that can be put back into libfb. Unfortunately, miinitext.c is > a much harder nut to crack.
Update for master. Since commit 84e8de1271bb11b5b4b9747ae4647f47333a8ab7 fbcmap.c doesn't exist anymore and fbcmap_mi.c is used everywhere [1], so presumably that could be put back into libfb/libwfb now? [1] https://bugs.freedesktop.org/show_bug.cgi?id=5436 Jon TURNEY (2): Build dpmsstubs.c once as a convenience library, rather than once for each DDX which wants to use it Build Xi/stubs.c once as a convenience library, rather than once for each DDX which wants to use it Xext/Makefile.am | 4 +++- Xi/Makefile.am | 5 +++-- hw/vfb/Makefile.am | 6 +++--- hw/xnest/Makefile.am | 6 +++--- hw/xwin/Makefile.am | 8 ++++---- test/Makefile.am | 6 +++--- 6 files changed, 19 insertions(+), 16 deletions(-) -- 1.8.3.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
