mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 09:38:14 +02:00
Only build glucose if available.
This commit is contained in:
parent
02507f3b06
commit
1883400b37
1 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,10 @@ if DRI
|
|||
DRI_SUBDIR = dri
|
||||
endif
|
||||
|
||||
if GLUCOSE
|
||||
GLUCOSE_DIR=glucose
|
||||
endif
|
||||
|
||||
if XF86UTILS
|
||||
XF86UTILS_SUBDIR = utils
|
||||
endif
|
||||
|
|
@ -21,7 +25,7 @@ DOC_SUBDIR = doc
|
|||
SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \
|
||||
ramdac shadowfb vbe vgahw xaa $(MFB_SUBDIR) $(CFB_SUBDIR) \
|
||||
loader scanpci dixmods exa modes \
|
||||
$(DRI_SUBDIR) $(XF86UTILS_SUBDIR) $(DOC_SUBDIR) glucose
|
||||
$(DRI_SUBDIR) $(XF86UTILS_SUBDIR) $(DOC_SUBDIR) $(GLUCOSE_DIR)
|
||||
|
||||
DIST_SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support \
|
||||
parser rac ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue