Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / server / xorg-server / Makefile
blob89ef4d3b6e8ed691a509033c21d07c7cef4f4746
1 # $NetBSD: Makefile,v 1.22 2014/12/30 22:07:21 mrg Exp $
3 .include <bsd.own.mk>
5 .include "Makefile.common"
7 .if ${XSERVER_NEEDS_XFONT} != "no"
8 SUBDIR.xfont=Xfont fontbase
9 .else
10 SUBDIR.xfont=
11 .endif
13 SUBDIR= doc include .WAIT
14 SUBDIR+= glx
15 SUBDIR+= dix fb mi Xext miext os randr render
16 SUBDIR+= Xi xkb xkbstubs dbe record xfixes
17 SUBDIR+= damageext composite config .WAIT
18 SUBDIR+= hw
20 .PATH: ${X11SRCDIR.xorg-server}
22 PKGCONFIG= xorg-server
23 # Use -fvisibility=hidden for symbol_visibility?
24 PKGCONFIG_SED_FLAGS= \
25 -e "s,@sysconfigdir@,${X11ETCDIR},; \
26 s,@SDK_REQUIRED_MODULES@,xproto >= 7.0.17 randrproto >= 1.2.99.3 renderproto >= 0.11 xextproto >= 7.1.99 inputproto >= 1.9.99.902 kbproto >= 1.0.3 fontsproto,; \
27 s,@symbol_visibility@,,"
29 .include <bsd.x11.mk>
30 .include <bsd.man.mk>
31 .include <bsd.subdir.mk>