Build system: --enable-extra-charmaps option to add language specific charmaps

(currently mappings for input in Russian) and some rarely used controllers.
This commit is contained in:
mmdolze
2011-04-03 19:25:08 +00:00
parent 6712d6fe51
commit 60658ddee2
7 changed files with 208 additions and 51 deletions
+4
View File
@@ -115,8 +115,12 @@ typedef struct imon_private_data {
static char * imon_charmaps[] = {
"none",
"hd44780_euro",
#ifdef EXTRA_CHARMAPS
"hd44780_koi8_r",
"hd44780_cp1251",
"hd44780_8859_5",
"upd16314",
#endif
NULL
};