Make Xprint build optional.
This commit is contained in:
parent
abab3fd628
commit
238d45d2f1
|
@ -22,6 +22,10 @@ if GLX
|
||||||
GLX_DIR=GL
|
GLX_DIR=GL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if XPRINT
|
||||||
|
XPDDX_DIR=Xprint
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS= \
|
SUBDIRS= \
|
||||||
include \
|
include \
|
||||||
dix \
|
dix \
|
||||||
|
@ -48,7 +52,7 @@ SUBDIRS= \
|
||||||
$(COMPOSITE_DIR) \
|
$(COMPOSITE_DIR) \
|
||||||
$(GLX_DIR) \
|
$(GLX_DIR) \
|
||||||
hw \
|
hw \
|
||||||
Xprint
|
$(XPDDX_DIR)
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = xorg-server.pc
|
pkgconfig_DATA = xorg-server.pc
|
||||||
|
|
Loading…
Reference in New Issue