94dbc0f920
The full list of changes: http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html Thanks to joerg@ and reed@ for testing on DragonFlyBSD. Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
73 lines
1.7 KiB
Modula-2
73 lines
1.7 KiB
Modula-2
/* $NetBSD: host.def,v 1.13 2006/01/18 23:53:06 xtraeme Exp $ */
|
|
|
|
#define ProjectRoot @PREFIX@
|
|
#define BuildHtmlManPages NO
|
|
|
|
/* Workaround */
|
|
#define XorgVersion 690
|
|
|
|
#define MakeCmd @MAKE@
|
|
|
|
#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 InstallXserverSetUID YES
|
|
|
|
#define BuildServer YES
|
|
#define LibInstallBuild YES
|
|
#define ModInstall YES
|
|
#define BuildServersOnly YES
|
|
#define BuildGLXLibrary YES
|
|
#define UseInstalledPrograms YES
|
|
|
|
#ifdef DarwinArchitecture
|
|
#define XDarwinServer YES
|
|
#else
|
|
#define BuildXFree86ConfigTools YES
|
|
#define XF86CardDrivers @CARDDRIVERS@
|
|
#endif
|
|
|
|
#ifndef LinuxArchitecture
|
|
#define HasNcurses NO
|
|
#define BuildGISWxprintglue NO
|
|
#define BuildGISWxprint NO
|
|
#define BuildDebianXprintPackage NO
|
|
#endif
|
|
|
|
#ifndef OpenBSDArchitecture
|
|
#define ProPoliceSupport NO
|
|
#endif
|
|
|
|
#define BuildFontCache YES
|
|
#define BuiltFontLib NO
|
|
|
|
#define StandardIncludes -I@BLNK@/include
|
|
#define ExtraLoadFlags @LDFLAGS@
|
|
#define PkgRpathFlags @COMPILER_RPATH_FLAG@
|
|
#define LinkerRuntimeLibraryPathFlag(path) Concat(PkgRpathFlags, path)
|
|
|
|
#define XTrueTypeInstallCConvHeaders NO
|
|
|
|
#define HasFreetype2 YES
|
|
#define Freetype2Dir @BLNK@
|
|
|
|
#define HasFontconfig YES
|
|
#define FontconfigDir @BLNK@
|
|
|
|
#define DriverManSuffix @KERNMAN_SUFFIX@
|
|
#define MiscManSuffix @MISCMAN_SUFFIX@
|
|
#ifndef NetBSDArchitecture
|
|
#define FileManSuffix @FILEMAN_SUFFIX@
|
|
#endif
|
|
#define MiscManDir @PREFIX@/@MISCMAN_DIR@
|
|
#define DriverManDir @PREFIX@/@KERNMAN_DIR@
|
|
#define FileManDir @PREFIX@/@FILEMAN_DIR@
|