blob: 3ede2e4d760e5f6968604fa7c9bf65bc32219209 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_GAMIN
bool "gamin"
depends on BR2_USE_WCHAR # glib2
select BR2_PACKAGE_LIBGLIB2
help
the File Alteration Monitor
http://www.gnome.org/~veillard/gamin/sources
comment "gamin requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
|