mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
995 B

  1. diff -ruN nx-X11/config/cf/site.def nx-X11-new/config/cf/site.def
  2. --- nx-X11/config/cf/site.def 2002-02-27 01:51:12.000000000 +0100
  3. +++ nx-X11-new/config/cf/site.def 2004-03-25 13:12:17.926673776 +0100
  4. @@ -72,23 +72,25 @@
  5. #ifdef AfterVendorCF
  6. #ifndef ProjectRoot
  7. -#define ProjectRoot /usr/X11R6
  8. +#define ProjectRoot /opt/nx
  9. #endif
  10. /*
  11. * On some platforms, some things may be installed outside of ProjectRoot
  12. * by default. To disable this, uncomment the following line.
  13. *
  14. -#define NothingOutsideProjectRoot YES
  15. */
  16. +#define NothingOutsideProjectRoot YES
  17. +#define FontconfigFontsConfDir ProjectRoot/etc/fonts
  18. +#define LinkGLToUsrInclude NO
  19. /*
  20. * Set EtcX11Directory if you want config file links installed under
  21. * ProjectRoot rather than in /etc/X11. See also HasVarDirectory,
  22. * UseEtcX11 and UseSeparateConfDir.
  23. *
  24. -#define EtcX11Directory ProjectRoot/etc
  25. */
  26. +#define EtcX11Directory ProjectRoot/etc
  27. /* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */