Skip to content

Commit 2e37339

Browse files
committed
Build jack-example-tools
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 63bf2d8 commit 2e37339

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build-jack2.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cd $(dirname ${0})
66
PAWPAW_ROOT="${PWD}"
77

88
JACK2_VERSION=${JACK2_VERSION:=git}
9+
JACK_EXAMPLE_TOOLS_VERSION=${JACK_EXAMPLE_TOOLS_VERSION:=4}
910
JACK_ROUTER_VERSION=${JACK_ROUTER_VERSION:=6c2e532bb05d2ba59ef210bef2fe270d588c2fdf}
1011
QJACKCTL_VERSION=${QJACKCTL_VERSION:=0.9.7}
1112

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

125+
# ---------------------------------------------------------------------------------------------------------------------
126+
# jack-example-tools
127+
128+
download jack-example-tools "${JACK_EXAMPLE_TOOLS_VERSION}" "https://github.com/jackaudio/jack-example-tools.git" "" "git"
129+
build_meson jack-example-tools "${JACK_EXAMPLE_TOOLS_VERSION}"
130+
124131
# ---------------------------------------------------------------------------------------------------------------------
125132
# jack-router (download, win32 only)
126133

0 commit comments

Comments
 (0)