summaryrefslogtreecommitdiff
path: root/x11/xorg-libs/files/host.def
blob: 9eb20e994ce59be4651fa733ce01d02640530ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* $NetBSD: host.def,v 1.3 2005/04/15 15:26:48 hira Exp $ */

#define ProjectRoot @PREFIX@

#define MakeCmd @MAKE@

/* To avoid stupid warnings on Linux */

#ifndef LinuxArchitecture
#define HasGnuMake	NO
#endif

#define ImakeCmd @IMAKE@
#define RmanCmd @RMAN@
#define HtmlIndexCmd @MKHTMLINDEX@
#define DependDir @GCCMAKEDEP@
#define DependCmd @MAKEDEPEND@
#define RevPathCmd @REVPATH@

#define NothingOutsideProjectRoot YES

#define	InstallXdmConfig NO
#define	InstallXinitConfig NO
#define	InstallFSConfig NO
#define	InstallAppDefFiles NO
#define	BuildServer NO
#define	BuildFontServer NO
#define	BuildFonts NO
#define	Build75DpiFonts NO
#define	Build100DpiFonts NO
#define	BuildSpeedoFonts NO
#define BuildType1Fonts NO
#define	BuildCIDFonts NO
#define	BuildCyrillicFonts NO
#define	BuildLatin2Fonts NO
#define	BuildPlugin NO
#define DebuggableLibraries NO
#define StandardIncludes -I@BLNK@/include

#undef  SharedLibXinerama
#define SharedLibXinerama      YES

#define NormalLibPSRes	YES

#define LibInstallBuild  YES

#ifndef DriDrivers
#	define DriDrivers	/* Don't build the drivers here */
#endif

#define HasXdmAuth		YES
#define UseInstalledPrograms	YES

#ifndef FreeBSDArchitecture
#  ifndef BuildThreadStubLibrary
#	define BuildThreadStubLibrary YES
#  endif
#endif

#define BuildRenderLibrary NO
#define BuildExpatLibrary NO
#define BuildFreetype2Library NO
#define BuildFontconfigLibrary NO
#define BuildXftLibrary NO
#define BuildRandRLibrary NO

#define HasFreetype2 YES
#define Freetype2Dir @BLNK@

#define HasExpat YES
#define ExpatDir @BLNK@

#define HasFontconfig YES
#define FontconfigDir @BLNK@

#define BuildHtmlManPages NO

#ifndef DarwinArchitecture
#  if defined(i386Architecture) || defined(AMD64Architecture) || \
      defined(Sparc64Architecture)
#define BuildXF86DGA YES
#  else
#define BuildXF86DGA NO
#  endif
#endif