Skip to content

Commit

Permalink
Build jack-example-tools
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 2, 2023
1 parent 63bf2d8 commit 2e37339
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-jack2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cd $(dirname ${0})
PAWPAW_ROOT="${PWD}"

JACK2_VERSION=${JACK2_VERSION:=git}
JACK_EXAMPLE_TOOLS_VERSION=${JACK_EXAMPLE_TOOLS_VERSION:=4}
JACK_ROUTER_VERSION=${JACK_ROUTER_VERSION:=6c2e532bb05d2ba59ef210bef2fe270d588c2fdf}
QJACKCTL_VERSION=${QJACKCTL_VERSION:=0.9.7}

Expand Down Expand Up @@ -121,6 +122,12 @@ if [ ! -e "${PAWPAW_PREFIX}/lib/pkgconfig/jack.pc" ]; then
fi
fi

# ---------------------------------------------------------------------------------------------------------------------
# jack-example-tools

download jack-example-tools "${JACK_EXAMPLE_TOOLS_VERSION}" "https://github.com/jackaudio/jack-example-tools.git" "" "git"
build_meson jack-example-tools "${JACK_EXAMPLE_TOOLS_VERSION}"

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

Expand Down

0 comments on commit 2e37339

Please sign in to comment.