diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-02-26 15:49:30 +0100 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-02-26 15:49:30 +0100 |
| commit | 78022026252046752cbe6834ec5cd45df2802b07 (patch) | |
| tree | 8e6fa20d014f0a7b30acff7b3b3e114d85ea8253 | |
| parent | af0be4abf1a7333dcae6aa80f69efe2bdb2cc3f3 (diff) | |
| download | lite-xl-78022026252046752cbe6834ec5cd45df2802b07.tar.gz lite-xl-78022026252046752cbe6834ec5cd45df2802b07.zip | |
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.
| -rw-r--r-- | meson.build | 2 | ||||
| -rw-r--r-- | subprojects/libagg.wrap | 2 | ||||
| -rw-r--r-- | subprojects/lua.wrap | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 4e2a2c2c..4da88afa 100644 --- a/meson.build +++ b/meson.build @@ -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 diff --git a/subprojects/libagg.wrap b/subprojects/libagg.wrap index 76eadfe4..897b8b9c 100644 --- a/subprojects/libagg.wrap +++ b/subprojects/libagg.wrap @@ -1,4 +1,4 @@ [wrap-git] directory = libagg url = https://github.com/franko/agg -revision = v2.4-lhelper2 +revision = v2.4-lhelper3 diff --git a/subprojects/lua.wrap b/subprojects/lua.wrap index 30c496ef..1be7895b 100644 --- a/subprojects/lua.wrap +++ b/subprojects/lua.wrap @@ -1,4 +1,4 @@ [wrap-git] directory = lua url = https://github.com/franko/lua -revision = v5.2.4-6 +revision = v5.2.4-7 |
