kumquat-buildroot/package/luaexpat/Config.in

9 lines
228 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_LUAEXPAT
bool "luaexpat"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
select BR2_PACKAGE_EXPAT
help
LuaExpat is a SAX XML parser based on the Expat library.
http://matthewwild.co.uk/projects/luaexpat/