diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-27 12:34:12 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | 6deaaf50f3fffe4ac4d5940a0e7bf38b71f7be43 (patch) | |
tree | 5a04951830cdaf9a6ed40c663356b0b4a288b23d /nx-X11/config/cf/xorg.cf | |
parent | fe0065c5511d3e5449f9373dab99b7fb33697863 (diff) | |
download | nx-libs-6deaaf50f3fffe4ac4d5940a0e7bf38b71f7be43.tar.gz nx-libs-6deaaf50f3fffe4ac4d5940a0e7bf38b71f7be43.tar.bz2 nx-libs-6deaaf50f3fffe4ac4d5940a0e7bf38b71f7be43.zip |
library clean-up: Drop libXx86{misc,vm,dga} libraries. Not needed by nx-libs.
Diffstat (limited to 'nx-X11/config/cf/xorg.cf')
-rw-r--r-- | nx-X11/config/cf/xorg.cf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nx-X11/config/cf/xorg.cf b/nx-X11/config/cf/xorg.cf index 786e300e7..8e2604c4a 100644 --- a/nx-X11/config/cf/xorg.cf +++ b/nx-X11/config/cf/xorg.cf @@ -192,8 +192,6 @@ NX_VERSION_CURRENT_STRING = nxVersionString #if BuildXFree86ConfigTools && BuildLibrariesForConfigTools #define BuildLibraries YES -#define BuildXF86MiscLibrary YES -#define BuildXF86VidModeLibrary YES #define BuildXKBlib YES #define BuildXKBfilelib YES #endif @@ -473,22 +471,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 #endif #endif -#if 0 -/* - * Build the extra extension libs even when not including the extra extensions - * in the servers - */ -#ifndef BuildXF86MiscLibrary -# define BuildXF86MiscLibrary YES -#endif -#ifndef BuildXF86DGALibrary -# define BuildXF86DGALibrary YES -#endif -#ifndef BuildXF86VidModeLibrary -# define BuildXF86VidModeLibrary YES -#endif -#endif - /* * Build the XFree86-VidMode extension */ |