diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-27 10:20:29 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-21 10:54:24 +0200 |
commit | 5365f9059a758984166edab6f6d75c7d640f0f88 (patch) | |
tree | e6c90fe083beebf5edfb6c226b8994bf644d1b70 /nx-X11/config/cf/host.def | |
parent | fb2a4e4c510a80630722834f2cf408f8b731b4ef (diff) | |
download | nx-libs-5365f9059a758984166edab6f6d75c7d640f0f88.tar.gz nx-libs-5365f9059a758984166edab6f6d75c7d640f0f88.tar.bz2 nx-libs-5365f9059a758984166edab6f6d75c7d640f0f88.zip |
library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. Unused in nx-libs.
Diffstat (limited to 'nx-X11/config/cf/host.def')
-rw-r--r-- | nx-X11/config/cf/host.def | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/nx-X11/config/cf/host.def b/nx-X11/config/cf/host.def index b5faf5ca8..1edf85de9 100644 --- a/nx-X11/config/cf/host.def +++ b/nx-X11/config/cf/host.def @@ -185,34 +185,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ #define UseSeparateConfDir NO */ -/* - * To enable building the glide driver, you need to define - * HasGlide2 to YES and set the Glide2IncDir variable. - * HasGlide2 is per default NO. - * -#define HasGlide2 YES - */ - -/* - * Set the path to your Glide include files. - * -#define Glide2IncDir /usr/include/glide - */ - -/* - * Have glide 3? - * -#define HasGlide3 YES - */ - -/* - * Set the path to your Glide 3 include files. - * -#define Glide3IncDir /usr/include/glide3 - */ - - - /* * Unless you're a developer you shouldn't need to change anything * beyond this point. @@ -440,22 +412,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ #define GlxExtraDefines -D__GLX_ALIGN64 #endif -/* - * If you want to build the xf86rush extension, uncomment this line. - * This isn't recommended. - * -#define BuildXF86RushExt YES - */ -#define BuildXF86RushExt NO - -/* - * If you want to build the client library for the xf86rush extension, - * uncomment this line. This isn't recommended. - * -#define BuildXF86RushLibrary NO - */ -#define BuildXF86RushLibrary NO - #define BuildXKB YES #define BuildXKBlib YES |