diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-21 18:12:11 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-29 19:11:59 +0100 |
commit | bd592c2e7edb7cd3dd06dd6c13b559bd6c498596 (patch) | |
tree | 2b33c92ce02ed89726cd32d0e46ff578aad1361f /nx-X11/include/extensions/Imakefile | |
parent | b768e8124b8c76a7617a51fee56bc85c1d54e8c5 (diff) | |
download | nx-libs-bd592c2e7edb7cd3dd06dd6c13b559bd6c498596.tar.gz nx-libs-bd592c2e7edb7cd3dd06dd6c13b559bd6c498596.tar.bz2 nx-libs-bd592c2e7edb7cd3dd06dd6c13b559bd6c498596.zip |
library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared library. (Fixes ArcticaProject/nx-libs#32).
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 04c13cdb5..33e854058 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -91,7 +91,7 @@ HEADERS = Xext.h \ bigreqstr.h \ extutil.h \ XI.h XInput.h XIproto.h \ - XTest.h xtestext1.h xteststr.h \ + xtestconst.h xtestext1.h xteststr.h \ XKB.h XKBgeom.h XKBproto.h XKBstr.h XKBsrv.h \ Xdbe.h Xdbeproto.h \ Xag.h Xagstr.h Xagsrv.h \ |