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/lib/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/lib/Imakefile')
-rw-r--r-- | nx-X11/lib/Imakefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 79b7e96c1..4615b8932 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -11,17 +11,12 @@ XCOMM $XFree86: xc/lib/Imakefile,v 3.74 2003/04/14 20:37:07 herrb Exp $ NULL = -#if BuildXKBfilelib || BuildXKB -XKBLIBDIR = xkbfile -#endif - #if BuildX11Lib X11LIBDIR = X11 #endif LINTSUBDIRS = \ $(X11LIBDIR) \ - $(XKBLIBDIR) \ $(NULL) SUBDIRS = xtrans $(LINTSUBDIRS) |