2008-03-06 19:10:25 +01:00
|
|
|
config BR2_PACKAGE_GAMIN
|
|
|
|
bool "gamin"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2009-01-29 11:13:02 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2008-03-06 19:10:25 +01:00
|
|
|
help
|
|
|
|
the File Alteration Monitor
|
|
|
|
|
|
|
|
http://www.gnome.org/~veillard/gamin/sources
|
2010-05-25 23:38:44 +02:00
|
|
|
|
|
|
|
comment "gamin requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|