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.
27 lines
543 B
Modula-2
27 lines
543 B
Modula-2
/*
|
|
* $NetBSD: xorgsite.def,v 1.2 2006/01/18 23:53:06 xtraeme Exp $
|
|
*
|
|
* X.org packages for pkgsrc system
|
|
*
|
|
*/
|
|
|
|
#ifndef HasSecureRPC
|
|
#define HasSecureRPC YES
|
|
#endif
|
|
#ifndef BuildAoutLibraries
|
|
#define BuildAoutLibraries NO
|
|
#endif
|
|
#ifndef InstallXdmConfig
|
|
#define InstallXdmConfig YES
|
|
#endif
|
|
#ifndef InstallXinitConfig
|
|
#define InstallXinitConfig YES
|
|
#endif
|
|
#ifndef InstallAppDefFiles
|
|
#define InstallAppDefFiles YES
|
|
#endif
|
|
#define HasXdmAuth YES
|
|
#define BuildXF86Setup NO
|
|
#define NothingOutsideProjectRoot YES
|
|
|
|
#define BuildDPSLibrary YES
|