mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 00:40:05 +01:00
Make Xprint build optional.
This commit is contained in:
parent
abab3fd628
commit
238d45d2f1
1 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ if GLX
|
|||
GLX_DIR=GL
|
||||
endif
|
||||
|
||||
if XPRINT
|
||||
XPDDX_DIR=Xprint
|
||||
endif
|
||||
|
||||
SUBDIRS= \
|
||||
include \
|
||||
dix \
|
||||
|
|
@ -48,7 +52,7 @@ SUBDIRS= \
|
|||
$(COMPOSITE_DIR) \
|
||||
$(GLX_DIR) \
|
||||
hw \
|
||||
Xprint
|
||||
$(XPDDX_DIR)
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = xorg-server.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue