Browse Source

Tweak jack-example-tools build

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 2 years ago
parent
commit
eb807ed934
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 12 deletions
  1. +2
    -12
      build-jack2.sh

+ 2
- 12
build-jack2.sh View File

@@ -126,15 +126,9 @@ fi
# jack-example-tools

jack_example_tools_repo="https://github.com/jackaudio/jack-example-tools.git"
jack_example_tools_args=" --prefix=${jack2_prefix}${jack2_extra_prefix}"

jack_example_tools_args=""

if [ -n "${jack2_extra_prefix}" ]; then
jack_example_tools_args+=" --prefix=${jack2_extra_prefix}"
export DESTDIR="${jack2_prefix}"
else
jack_example_tools_args+=" --prefix=${jack2_prefix}"
fi
echo ${jack2_prefix}${jack2_extra_prefix}

if [ "${JACK_EXAMPLE_TOOLS_VERSION}" = "git" ]; then
if [ ! -d jack-example-tools ]; then
@@ -150,10 +144,6 @@ fi

build_meson jack-example-tools "${JACK_EXAMPLE_TOOLS_VERSION}" "${jack_example_tools_args}"

if [ -n "${jack2_extra_prefix}" ]; then
unset DESTDIR
fi

# ---------------------------------------------------------------------------------------------------------------------
# jack-router (download, win32 only)



Loading…
Cancel
Save