diff options
author | Torrey Lyons <torrey@mrcla.com> | 2004-10-30 01:41:46 +0000 |
---|---|---|
committer | Torrey Lyons <torrey@mrcla.com> | 2004-10-30 01:41:46 +0000 |
commit | 80fb919ebc8c4b48735f725b074d88497381e49f (patch) | |
tree | 86b31e5c55d70672649c0912db028721bfa69126 /darwin.cf | |
parent | d65fc04d19cdd14dc6c0e7c091cad298def1b2d0 (diff) |
Add BuildRootless Imake variable and ROOTLESS define.
Diffstat (limited to 'darwin.cf')
-rw-r--r-- | darwin.cf | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -XCOMM $XdotOrg: xc/config/cf/darwin.cf,v 1.3 2004/07/30 18:22:06 torrey Exp $ +XCOMM $XdotOrg: xc/config/cf/darwin.cf,v 1.4 2004/09/02 01:23:45 kem Exp $ XCOMM platform: $XFree86: xc/config/cf/darwin.cf,v 1.50 2004/01/20 23:54:50 torrey Exp $ /* Darwin / Mac OS X configuration by John Carmack <johnc@idsoftware.com> */ @@ -133,7 +133,8 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe # define GlxExtraDefines -DGLX_DIRECT_RENDERING -DGLX_USE_APPLEGL GlxArchDefines # endif -#define BuildAppleWMLibrary YES +# define BuildRootless YES +# define BuildAppleWMLibrary YES #endif /* DarwinQuartzSupport */ |