File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ cd $(dirname ${0})
66PAWPAW_ROOT=" ${PWD} "
77
88JACK2_VERSION=${JACK2_VERSION:= git}
9+ JACK_EXAMPLE_TOOLS_VERSION=${JACK_EXAMPLE_TOOLS_VERSION:= 4}
910JACK_ROUTER_VERSION=${JACK_ROUTER_VERSION:= 6c2e532bb05d2ba59ef210bef2fe270d588c2fdf}
1011QJACKCTL_VERSION=${QJACKCTL_VERSION:= 0.9.7}
1112
@@ -121,6 +122,12 @@ if [ ! -e "${PAWPAW_PREFIX}/lib/pkgconfig/jack.pc" ]; then
121122 fi
122123fi
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
You can’t perform that action at this time.
0 commit comments