summaryrefslogtreecommitdiffstats
path: root/package/lbase64/Config.in
blob: 48d3fdb3521107c440ef06c67d945885ac945eef (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_LBASE64
	bool "lbase64"
	depends on BR2_PACKAGE_HAS_LUAINTERPRETER
	depends on !BR2_PACKAGE_LUA_5_2
	help
	  A base64 library for Lua

	  http://luaforge.net/projects/lbase64/

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