mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping to
vesa server by default
This commit is contained in:
parent
346aff7ef6
commit
f74555e942
18 changed files with 2677 additions and 22 deletions
|
|
@ -1,9 +1,10 @@
|
|||
if KDRIVEVESA
|
||||
VESA_SUBDIRS = vesa mach64 mga smi
|
||||
VESA_SUBDIRS = vesa mach64 mga nvidia
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
src \
|
||||
linux \
|
||||
fbdev \
|
||||
smi \
|
||||
$(VESA_SUBDIRS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue