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/include/extensions/Imakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nx-X11/include/extensions/Imakefile') diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index f9c9598c7..d2be4b324 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -41,6 +41,8 @@ DAMAGEHEADERS = damagewire.h damageproto.h XRESHEADERS = XResproto.h #endif +XKBFILEHEADERS = XKMformat.h XKM.h XKBconfig.h XKBfile.h XKBrules.h + EXTRAHEADERS = \ $(SCREENSAVERHEADERS) \ $(XINERAMAHEADERS) \ @@ -53,6 +55,7 @@ EXTRAHEADERS = \ $(COMPOSITEHEADERS) \ $(DAMAGEHEADERS) \ $(XRESHEADERS) \ + $(XKBFILEHEADERS) \ $(NULL) HEADERS = \ -- cgit v1.2.3