d0a4e72f4a
xstroke is just a tarball on the avr32linux.org site, the 0.6 version has been released in April 2004, so we can consider the upstream to be dead. So let's mark this package as deprecated. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
config BR2_PACKAGE_XSTROKE
|
|
bool "xstroke"
|
|
depends on BR2_PACKAGE_XORG7
|
|
# dead upstream, probably not many users
|
|
depends on BR2_DEPRECATED
|
|
select BR2_PACKAGE_XLIB_LIBXFT
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
|
select BR2_PACKAGE_XLIB_LIBXPM
|
|
select BR2_PACKAGE_XLIB_LIBXRENDER
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
|
help
|
|
Handwriting recognition for X
|
|
|
|
http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/XStroke
|