xserver-multidpi/hw/kdrive/Makefile.am
Keith Packard 33fdd50a94 Wrap ClipNotify to see region motions during MoveWindow.
Check window reorigin in PositionWindow and bump pixmap serial numbers to
    revalidate GCs.
Fix picture clip region origin in automatic update
Initialize client private 'critical' value
Clean up pixmap bounds checking code to only affect contents allocated by
    fb.
Oops. Call SourceValidate for Composite operations.
Add Xchips server (vesa based)
2003-12-02 01:59:38 +00:00

15 lines
197 B
Makefile

if KDRIVEVESA
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips
endif
if KDRIVEFBDEV
FBDEV_SUBDIRS = fbdev
endif
SUBDIRS = \
src \
linux \
$(FBDEV_SUBDIRS) \
$(VESA_SUBDIRS) \
ati