diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-09-21 18:28:22 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-09-21 18:28:22 +0200 |
commit | 8d4d2bc20e06ee255d2ca07b9e003b02276047c0 (patch) | |
tree | 986d5945729641052affcab6defe43c9c7868bff /nx-X11/programs/Xserver/xkb/Imakefile | |
parent | 43f135be01f520ddcebae94723d5cbbe74259526 (diff) | |
download | nx-libs-8d4d2bc20e06ee255d2ca07b9e003b02276047c0.tar.gz nx-libs-8d4d2bc20e06ee255d2ca07b9e003b02276047c0.tar.bz2 nx-libs-8d4d2bc20e06ee255d2ca07b9e003b02276047c0.zip |
move xkblib to xserver
Upstream does not use xkbfile but has own copies of the required
files. It was not used elsewhere.
Diffstat (limited to 'nx-X11/programs/Xserver/xkb/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/xkb/Imakefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/xkb/Imakefile b/nx-X11/programs/Xserver/xkb/Imakefile index 3581324fc..6a949807e 100644 --- a/nx-X11/programs/Xserver/xkb/Imakefile +++ b/nx-X11/programs/Xserver/xkb/Imakefile @@ -72,14 +72,7 @@ AllTarget($(XF86_OBJS)) SpecialCObjectRule(xkbInit,$(ICONFIGFILES),$(XKB_DEFINES)) -LinkSourceFile(maprules.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkmread.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkbtext.c,$(XKBFILELIBSRC)) XCOMM avoid clash between XKBMisc.c and xkbmisc.c on NT -LinkFile(xkbfmisc.c,$(XKBFILELIBSRC)/xkbmisc.c) -LinkSourceFile(xkberrs.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkbconfig.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkbout.c,$(XKBFILELIBSRC)) LinkSourceFile(XKBMisc.c,$(XLIBSRC)) LinkSourceFile(XKBMAlloc.c,$(XLIBSRC)) LinkSourceFile(XKBAlloc.c,$(XLIBSRC)) |