Update subprojects options and version

Now no longer builds libagg examples applications neither Lua's
interpreter and bytecode compiler. Only the static libraries are built.
This commit is contained in:
Francesco Abbate 2021-02-26 15:49:30 +01:00
parent af0be4abf1
commit 7802202625
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ lua_dep = dependency('lua5.2', required : false)
if not lua_dep.found()
lua_subproject = subproject('lua', default_options: [
'shared=disabled', 'use_readline=false'
'shared=false', 'use_readline=false', 'app=false'
])
lua_dep = lua_subproject.get_variable('lua_dep')
endif

View File

@ -1,4 +1,4 @@
[wrap-git]
directory = libagg
url = https://github.com/franko/agg
revision = v2.4-lhelper2
revision = v2.4-lhelper3

View File

@ -1,4 +1,4 @@
[wrap-git]
directory = lua
url = https://github.com/franko/lua
revision = v5.2.4-6
revision = v5.2.4-7