Skip to content
Snippets Groups Projects
Commit 75a7b0f2 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'timidity-2-15-0' into 'master'

timidity: Bump version to 2.15.0, enable the VT100 interface

See merge request !182
parents 2e13df8d e73ab555
No related branches found
No related tags found
1 merge request!182timidity: Bump version to 2.15.0, enable the VT100 interface
Pipeline #1529 failed
VERSION=2.14.0
VERSION=2.15.0
GIT=https://gitlab.redox-os.org/redox-os/timidity.git
BRANCH=redox
DEPENDS="generaluser-gs"
......@@ -16,7 +16,7 @@ function recipe_update {
function recipe_build {
autoreconf -f -i
wget -O autoconf/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
./configure --host=${HOST} --prefix=''
./configure --host=${HOST} --prefix='' --enable-vt100
make
skip=1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment