summaryrefslogtreecommitdiffstats
path: root/package/luaexpat/Config.in
blob: 3394780c70c8fbe70e0bff9dc0bfd159fbcdfef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_LUAEXPAT
	bool "luaexpat"
	select BR2_PACKAGE_EXPAT
	depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
	depends on !BR2_PACKAGE_LUA_5_2
	help
	  LuaExpat is a SAX XML parser based on the Expat library.

	  http://matthewwild.co.uk/projects/luaexpat/

comment "luaexpat needs a Lua 5.1 interpreter"
	depends on BR2_PACKAGE_LUA_5_2
OpenPOWER on IntegriCloud