mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
site.def: Only build C/en_US locales by default for Linux
This commit is contained in:
parent
c26dfea26d
commit
ad10797184
1 changed files with 4 additions and 1 deletions
|
@ -123,7 +123,10 @@ XCOMM or building non-C locales will cause build failures.
|
|||
#endif
|
||||
|
||||
#if defined(LinuxArchitecture)
|
||||
# define DtLocalesToBuild de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8
|
||||
XCOMM Make sure you have installed the de_DE, es_ES, fr_FR and it_IT locales.
|
||||
XCOMM or building non-C locales will cause build failures.
|
||||
XCOMM DtLocalesToBuild: de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8
|
||||
# define DtLocalesToBuild en_US.UTF-8
|
||||
# define UTF8_NLS_SUPPORT
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue