diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-09-21 20:54:53 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-06 21:16:16 +0200 |
commit | f0c0ff41bdb9b4f83703548f2a4076317115aeb3 (patch) | |
tree | 0efa8f6c12a7073d205a1fe88b72407c4226d64b /nx-X11/programs/Xserver/xkb/Imakefile | |
parent | 168c063dcaa8b60a3b6e3e1132416841d48419ea (diff) | |
download | nx-libs-f0c0ff41bdb9b4f83703548f2a4076317115aeb3.tar.gz nx-libs-f0c0ff41bdb9b4f83703548f2a4076317115aeb3.tar.bz2 nx-libs-f0c0ff41bdb9b4f83703548f2a4076317115aeb3.zip |
copy files from libX11 to xserver dir
Before those files where symlinked in the makefile. While trying to
upgrade libX11 to 1.3.4 it turned out that the symlinked did not work
in the xserver anymore.
Upstream has copies of those files, too.
Diffstat (limited to 'nx-X11/programs/Xserver/xkb/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/xkb/Imakefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/xkb/Imakefile b/nx-X11/programs/Xserver/xkb/Imakefile index 6a949807e..6d57cda09 100644 --- a/nx-X11/programs/Xserver/xkb/Imakefile +++ b/nx-X11/programs/Xserver/xkb/Imakefile @@ -72,12 +72,6 @@ AllTarget($(XF86_OBJS)) SpecialCObjectRule(xkbInit,$(ICONFIGFILES),$(XKB_DEFINES)) -XCOMM avoid clash between XKBMisc.c and xkbmisc.c on NT -LinkSourceFile(XKBMisc.c,$(XLIBSRC)) -LinkSourceFile(XKBMAlloc.c,$(XLIBSRC)) -LinkSourceFile(XKBAlloc.c,$(XLIBSRC)) -LinkSourceFile(XKBGAlloc.c,$(XLIBSRC)) - LinkSourceFile(modinit.h,../Xext/extmod) #if BuildLibraries |