vala: bump to version 0.34.5
[feed/packages.git] / lang / luv / Config.in
1 menu "Configuration"
2 depends on PACKAGE_luv
3
4 config LUV_USE_LUAJIT_ENGINE
5 bool "Use luajit engine"
6 select PACKAGE_luajit
7 help
8 If selected, luv will be compiled against luajit. If not selected, luv will use Lua as engine.
9 default n
10
11 endmenu