mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 03:10:04 +01:00
add --disable-kdrivevesa option
This commit is contained in:
parent
89a536f349
commit
efbf205a2a
1 changed files with 6 additions and 3 deletions
|
|
@ -1,8 +1,11 @@
|
|||
if KDRIVEVESA
|
||||
VESA_SUBDIRS = vesa mach64
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
src \
|
||||
linux \
|
||||
vesa \
|
||||
mach64 \
|
||||
fbdev \
|
||||
mga \
|
||||
smi
|
||||
smi \
|
||||
$(VESA_SUBDIRS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue