diff options
author | Henning Heinold <henning@itconsulting-heinold.de> | 2015-06-20 11:34:04 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:06 +0200 |
commit | 2699d60f64ee3f68fed372a92eeee7fdaa2315af (patch) | |
tree | 3f90d7d9aac92068ce45c28f0355c72f30b8c434 /nx-X11/lib/Imakefile | |
parent | f1778d0c286f2dc4b67f51cb0d4127a7fe430520 (diff) | |
download | nx-libs-2699d60f64ee3f68fed372a92eeee7fdaa2315af.tar.gz nx-libs-2699d60f64ee3f68fed372a92eeee7fdaa2315af.tar.bz2 nx-libs-2699d60f64ee3f68fed372a92eeee7fdaa2315af.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) \ |