pkgsrc/x11/xorg-libs/files/host.def
xtraeme f620d0c75b Update X.org packages to 6.8.1.
To see the changes about this release, please review the "RELNOTES" file,
which is available via www or in the distribution tarballs.

These packages were tested on:

	* NetBSD 2.0/-current
	* Bluewall GNU/Linux
	* Slackware 10 GNU/Linux

I'm currently testing them on FreeBSD 5.3BETA4.
2004-09-21 17:38:52 +00:00

76 lines
1.6 KiB
Modula-2

/* $NetBSD: host.def,v 1.2 2004/09/21 17:38:53 xtraeme 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