mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-14 09:00:24 +01:00
Build glucose
This commit is contained in:
parent
c813300529
commit
a8fbc90b64
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ if DBE
|
|||
DBE_DIR=dbe
|
||||
endif
|
||||
|
||||
if GLUCOSE
|
||||
GLUCOSE_DIR=glucose
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
doc \
|
||||
include \
|
||||
|
|
@ -56,6 +60,7 @@ SUBDIRS = \
|
|||
$(GLX_DIR) \
|
||||
exa \
|
||||
config \
|
||||
$(GLUCOSE_DIR) \
|
||||
hw
|
||||
|
||||
aclocaldir = $(datadir)/aclocal
|
||||
|
|
@ -92,6 +97,7 @@ DIST_SUBDIRS = \
|
|||
GL \
|
||||
exa \
|
||||
config \
|
||||
glucose \
|
||||
hw
|
||||
|
||||
# gross hack
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue