xref: /OK3568_Linux_fs/buildroot/package/lua-augeas/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LUA_AUGEAS
2	bool "lua-augeas"
3	depends on !BR2_arc # augeas
4	depends on BR2_USE_WCHAR # augeas
5	select BR2_PACKAGE_AUGEAS
6	help
7	  Lua binding for augeas library
8
9	  https://github.com/ncopa/lua-augeas
10
11comment "lua-augeas needs a toolchain w/ wchar"
12	depends on !BR2_arc
13	depends on !BR2_USE_WCHAR
14