diff options
author | Henning Heinold <henning@itconsulting-heinold.de> | 2015-06-20 11:34:04 +0200 |
---|---|---|
committer | Henning Heinold <henning@itconsulting-heinold.de> | 2015-06-20 11:42:28 +0200 |
commit | a287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4 (patch) | |
tree | f6891d4af42db2238486bc652b75cf6cc27dad61 /nx-X11/lib/Imakefile | |
parent | 4674a4ae46aec7c104aed2090e57fd36c2cbbef2 (diff) | |
download | nx-libs-a287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4.tar.gz nx-libs-a287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4.tar.bz2 nx-libs-a287e9dbecb5bcd4690b2b36fd538dd1b57a4fc4.zip |
remove libxkbui, looks like it is not used anywhere
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 79f1ac128..638f2fef0 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -15,10 +15,6 @@ NULL = XKBLIBDIR = xkbfile #endif -#if BuildXKBuilib -XKBUILIBDIR = xkbui -#endif - #if BuildXF86MiscLibrary XF86MISCLIBDIR = Xxf86misc #endif @@ -87,7 +83,6 @@ LINTSUBDIRS = \ $(XF86RUSHLIBDIR) \ $(XTSTLIBDIR) \ $(XKBLIBDIR) \ - $(XKBUILIBDIR) \ $(XINERAMADIR) \ $(RENDERLIBDIR) \ $(XFIXESLIBDIR) \ |