diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-05-10 16:37:20 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-05-10 16:37:20 +0200 |
commit | f6177d2adb9540134bf7e760fd7df4599e98a713 (patch) | |
tree | 2d191a6184884bcb85316cd9074bfe54473b592c /nx-X11/config/cf/Imake.tmpl | |
parent | d94e9ba24b6b02c44d0c8086631d9cddd01c952a (diff) | |
parent | 453edbd21032ed51bba08e7368ed3ee5c45430d3 (diff) | |
download | nx-libs-f6177d2adb9540134bf7e760fd7df4599e98a713.tar.gz nx-libs-f6177d2adb9540134bf7e760fd7df4599e98a713.tar.bz2 nx-libs-f6177d2adb9540134bf7e760fd7df4599e98a713.zip |
Merge branch 'uli42-pr/short_font_code' into 3.6.x
Attributes GH PR #795: https://github.com/ArcticaProject/nx-libs/pull/795
Diffstat (limited to 'nx-X11/config/cf/Imake.tmpl')
-rw-r--r-- | nx-X11/config/cf/Imake.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nx-X11/config/cf/Imake.tmpl b/nx-X11/config/cf/Imake.tmpl index ddd587ec6..25d985d75 100644 --- a/nx-X11/config/cf/Imake.tmpl +++ b/nx-X11/config/cf/Imake.tmpl @@ -791,6 +791,10 @@ TCLIBDIR = TclLibDir #define SystemXkbBinDir /usr/bin #endif +#ifndef SystemFontDir +#define SystemFontDir /usr/share/fonts/X11 +#endif + #ifndef ShLibDir #define ShLibDir UsrLibDir #endif @@ -1668,6 +1672,7 @@ TCLIBDIR = TclLibDir SYSTEMUSRINCDIR = SystemUsrIncDir /* system's "/usr/include" */ SYSTEMXKBCONFDIR = SystemXkbConfigDir /* system's "/usr/share/xkb" */ SYSTEMXKBBINDIR = SystemXkbBinDir /* system's "/usr/bin" */ + SYSTEMFONTDIR = SystemFontDir /* system's "/usr/share/fonts/X11" */ SHLIBDIR = ShLibDir /* shared libraries */ LINTLIBDIR = LintlibDir /* lint libraries */ MANPATH = ManPath /* top of manual page tree */ |