2008-03-06 19:38:20 +01:00
|
|
|
config BR2_PACKAGE_XSTROKE
|
|
|
|
bool "xstroke"
|
2009-11-23 11:07:37 +01:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2008-04-24 15:23:28 +02:00
|
|
|
select BR2_PACKAGE_DOCKER
|
2008-03-06 19:38:20 +01:00
|
|
|
help
|
|
|
|
Handwriting recognition for X
|
|
|
|
|
|
|
|
http://avr32linux.org/twiki/pub/Main/XStroke
|
2010-05-25 23:38:44 +02:00
|
|
|
|
|
|
|
comment "xstroke requires a toolchain with WCHAR support"
|
|
|
|
depends on BR2_PACKAGE_XORG7 && !BR2_USE_WCHAR
|