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/include/extensions | |
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/include/extensions')
-rw-r--r-- | nx-X11/include/extensions/Imakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index f075c073c..ec6c10b98 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -12,16 +12,16 @@ NULL = SCREENSAVERHEADERS = saver.h saverproto.h scrnsaver.h #endif -#if BuildXF86MiscExt || BuildXF86MiscLibrary +#if BuildXF86MiscExt XF86MISCHEADERS = xf86misc.h xf86mscstr.h #endif #if BuildXF86BigfontExt XF86BIGFONTHEADERS = xf86bigfont.h xf86bigfstr.h #endif -#if BuildXF86VidModeExt || BuildXF86VidModeLibrary +#if BuildXF86VidModeExt XF86VIDMODEHEADERS = xf86vmode.h xf86vmstr.h #endif -#if BuildXF86DGA || BuildXF86DGALibrary +#if BuildXF86DGA XF86DGAHEADERS = xf86dga.h xf86dgastr.h xf86dga1.h xf86dga1str.h #endif #if BuildXextLib |