From 1bd2463a2b76340ae356364dff944deba9774cfe Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 28 Jun 2016 20:30:42 +0200 Subject: libNX_X11 data files: Install libNX_X11 related data files. - Update XErrorDB to latest X.org version. - Install XErrorDB, XKeysymDB and Xcms.txt to /usr/{local/}share/nx/. - Assure that libNX_X11 finds those files at the named location. - Update debian/ packaging files. - Update nx-libs.spec packaging file. Fixes ArcticaProject/nx-libs#153 --- nx-X11/lib/X11/Imakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nx-X11/lib/X11/Imakefile') diff --git a/nx-X11/lib/X11/Imakefile b/nx-X11/lib/X11/Imakefile index cc87d6e7b..186cd963d 100644 --- a/nx-X11/lib/X11/Imakefile +++ b/nx-X11/lib/X11/Imakefile @@ -152,9 +152,9 @@ EXTRA_LIBRARIES = /**/ XF86BIGFONT_DEFINES = XF86BigfontExtensionDefines - EDB_DEFINES = -DERRORDB=\"$(LIBDIR)/XErrorDB\" - KDB_DEFINES = -DKEYSYMDB=\"$(LIBDIR)/XKeysymDB\" - CMS_DEFINES = -DXCMSDB=\"$(LIBDIR)/Xcms.txt\" + EDB_DEFINES = -DERRORDB=\"$(USRDATADIR)/XErrorDB\" + KDB_DEFINES = -DKEYSYMDB=\"$(USRDATADIR)/XKeysymDB\" + CMS_DEFINES = -DXCMSDB=\"$(USRDATADIR)/Xcms.txt\" #if HasSnprintf MISC_DEFINES = -DHAS_SNPRINTF -DLIBX11 #endif -- cgit v1.2.3