Browse Source

dont build lilv utils

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

+ 2
- 1
bootstrap-plugins.sh View File

@@ -120,7 +120,8 @@ 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 --static-progs --no-shared"
build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings --no-shared --no-utils"
# --static-progs

# ---------------------------------------------------------------------------------------------------------------------
# lv2lint


Loading…
Cancel
Save