diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 19:09:42 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 20:16:14 +0100 |
commit | 6217812c8bf7a7806b776c6e2d28be082cd3e902 (patch) | |
tree | 09e5c9e296aa4f34064dc6ba80a1939adffd4856 /nx-X11/include/extensions/Imakefile | |
parent | 27e06a5e2999e4c68d0292c3f4213c956625593d (diff) | |
download | nx-libs-6217812c8bf7a7806b776c6e2d28be082cd3e902.tar.gz nx-libs-6217812c8bf7a7806b776c6e2d28be082cd3e902.tar.bz2 nx-libs-6217812c8bf7a7806b776c6e2d28be082cd3e902.zip |
library clean-up: Don't build libNX_Xfixes anymore. Use system's libXfixes shared library.
Diffstat (limited to 'nx-X11/include/extensions/Imakefile')
-rw-r--r-- | nx-X11/include/extensions/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index 7cb4d2c7b..c31e8531f 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -41,7 +41,7 @@ XINERAMAHEADERS = Xinerama.h panoramiXext.h panoramiXproto.h #if BuildRender RENDERHEADERS = render.h renderproto.h #endif -#if BuildXfixes || BuildXfixesLibrary +#if BuildXfixes XFIXESHEADERS = xfixeswire.h xfixesproto.h #endif #if BuildComposite |