From e73ab5554506e1118967685e6b4c72cb9a985e55 Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Fri, 19 Oct 2018 16:36:14 +0200 Subject: [PATCH] timidity: Bump version to 2.15.0, enable the VT100 interface --- recipes/timidity/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/timidity/recipe.sh b/recipes/timidity/recipe.sh index 2c2d9fe87..fd9ba87c0 100644 --- a/recipes/timidity/recipe.sh +++ b/recipes/timidity/recipe.sh @@ -1,4 +1,4 @@ -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 }