Browse Source

Update lv2, enable utils for lv2ls

tags/v1.0
falkTX 4 years ago
parent
commit
265a316692
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bootstrap-plugins.sh
  2. +1
    -1
      setup/versions.sh

+ 1
- 1
bootstrap-plugins.sh View File

@@ -127,7 +127,7 @@ build_waf sratom "${SRATOM_VERSION}" "--static --no-shared"
# lilv

download lilv "${LILV_VERSION}" "http://download.drobilla.net/" "tar.bz2"
build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings --no-shared --no-utils"
build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings --no-shared"
# --static-progs

# ---------------------------------------------------------------------------------------------------------------------


+ 1
- 1
setup/versions.sh View File

@@ -15,7 +15,7 @@ LIBOGG_VERSION=1.3.4
LIBSAMPLERATE_VERSION=0.1.9
LIBSNDFILE_VERSION=1.0.28
LIBVORBIS_VERSION=1.3.7
LILV_VERSION=0.24.8
LILV_VERSION=0.24.10
LV2_VERSION=1.18.0
LV2LINT_VERSION=0.8.0
MXML_VERSION=3.1


Loading…
Cancel
Save