From 8d4d2bc20e06ee255d2ca07b9e003b02276047c0 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 21 Sep 2016 18:28:22 +0200 Subject: move xkblib to xserver Upstream does not use xkbfile but has own copies of the required files. It was not used elsewhere. --- nx-X11/lib/xkbfile/Imakefile | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 nx-X11/lib/xkbfile/Imakefile (limited to 'nx-X11/lib/xkbfile/Imakefile') diff --git a/nx-X11/lib/xkbfile/Imakefile b/nx-X11/lib/xkbfile/Imakefile deleted file mode 100644 index 6a675dc9a..000000000 --- a/nx-X11/lib/xkbfile/Imakefile +++ /dev/null @@ -1,43 +0,0 @@ -XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:42 cpqbld Exp $ - - - - -XCOMM $XFree86: xc/lib/xkbfile/Imakefile,v 3.5 2003/10/15 21:23:38 herrb Exp $ - -#define DoNormalLib NormalLibxkbfile -#define DoSharedLib SharedLibxkbfile -#define DoExtraLib SharedLibxkbfile -#define DoDebugLib DebugLibxkbfile -#define DoProfileLib ProfileLibxkbfile -#define HasSharedData NO -#define LibName NX_xkbfile -#define SoRev SOXKBFILEREV -#define IncSubdir nx-X11 -#define IncSubSubdir extensions - -#ifdef SharedxkbfileReqs -REQUIREDLIBS = SharedxkbfileReqs -#endif - -#if !BuildXKBfilelib -#define LibBuild NO -#endif - - SRCS = xkbtext.c xkbdraw.c xkbmisc.c xkbatom.c xkberrs.c \ - cout.c xkbout.c xkmout.c \ - xkmread.c srvmisc.c \ - xkbconfig.c xkbbells.c maprules.c - OBJS = xkbtext.o xkbdraw.o xkbmisc.o xkbatom.o xkberrs.o \ - cout.o xkbout.o xkmout.o \ - xkmread.o srvmisc.o \ - xkbconfig.o xkbbells.o maprules.o - HEADERS = XKBfile.h XKM.h XKMformat.h XKBrules.h \ - XKBconfig.h XKBbells.h - INCLUDES = -I. -I$(EXTINCSRC) - -ROOT_DEFINES = -DDFLT_XKB_CONFIG_ROOT=\"$(LIBDIR)/xkb\" - -#include - -DependTarget() -- cgit v1.2.3