diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-06-23 02:30:02 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-06-23 02:30:02 +0200 |
commit | 8cf9283bd23a2824c16601eca10b38065374e012 (patch) | |
tree | 38c8bef6fd2f529249ff2ce1b3c8d95178576f7a /nx-X11/config/cf/xorg.cf | |
parent | e7dfbd511d3b0a358f94b880f2212b74f9e42e70 (diff) | |
parent | 06d389a0ce41d1a3d1f214c64a1241be0fdf440b (diff) | |
download | nx-libs-8cf9283bd23a2824c16601eca10b38065374e012.tar.gz nx-libs-8cf9283bd23a2824c16601eca10b38065374e012.tar.bz2 nx-libs-8cf9283bd23a2824c16601eca10b38065374e012.zip |
Merge branch 'sunweaver-pr/libXx86FOO-cleanup' into arctica-3.6.x
Attributes GH PR #43: https://github.com/ArcticaProject/nx-libs/pull/43
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 */ |