1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

linux: build all languages by default again

Someday we should be able to detect which languages are installed and
only build support for those.  Until then, build them all.
This commit is contained in:
Jon Trulson 2019-10-13 21:11:59 -06:00
parent 511c2bb427
commit f2d52e35d6

View file

@ -123,13 +123,12 @@ XCOMM or building non-C locales will cause build failures.
#endif #endif
#if defined(LinuxArchitecture) #if defined(LinuxArchitecture)
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 Make sure you have installed the de_DE, es_ES, fr_FR and it_IT
XCOMM DtLocalesToBuild: de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8 XCOMM ISO8859-1 locales or building non-C locales will cause build failures.
# if !defined(DtLocalesToBuild)
# define DtLocalesToBuild en_US.UTF-8 # define DtLocalesToBuild de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8
# endif #define UTF8_NLS_SUPPORT
# define UTF8_NLS_SUPPORT
#endif #endif
#ifdef SunArchitecture #ifdef SunArchitecture