aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Imakefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-28 20:30:42 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-04 16:39:19 +0200
commit1bd2463a2b76340ae356364dff944deba9774cfe (patch)
tree70fb736ed560b4bd430b0ae5799fecbc3961c7e0 /nx-X11/lib/X11/Imakefile
parent27b0b5723ccbcc92bbcc80dff8fb698b69e74944 (diff)
downloadnx-libs-1bd2463a2b76340ae356364dff944deba9774cfe.tar.gz
nx-libs-1bd2463a2b76340ae356364dff944deba9774cfe.tar.bz2
nx-libs-1bd2463a2b76340ae356364dff944deba9774cfe.zip
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
Diffstat (limited to 'nx-X11/lib/X11/Imakefile')
-rw-r--r--nx-X11/lib/X11/Imakefile6
1 files changed, 3 insertions, 3 deletions
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